import_files:
Import files to the platform.
Prototype:
status = platform.import_files(from_loc = <Location of src or
config file(s) path>,
files = ["file1",..]**,
dest_dir_in_cmp = <Dest location or
config file(s) path>)
Required Arguments:
from_loc = <Location of src or config file(s) path>
From The location can be a directory/file, the path can be
absolute/relative.
Optional Arguments:
files = ["file1",..]**
List of files to be imported from the given from_loc path.
Whole folder is imported if files are not mentioned.
dest_dir_in_cmp = <Dest location or config file(s) path>
Destination folder name, created if directory doesn't exist.
Files are imported directly to the component folder if
destination folder is not given.