system.kanoa.file.filelist(folderPath)
Given a folder path, this function will return a list of files found.
Parameters
folderPath String: Path to folder
Returns
fileList list[fileNames, folders, modifiedDate]
Example
print system.kanoa.file.filelist('C:\Users\jason\Pictures\Saved Pictures')
>>>
[['2022-07-10 03.21.12.jpg', '2022-07-10 13.02.52.jpg', '2022-07-10 13.29.38.jpg'], [], Sat Aug 06 16:27:52 UTC 2022]]