Folder/File Search

Touf

New Member
Can anyone help me with the following:
I need to search a folder and find all the files and folders within that particular folder and export those files and folders to a csv.

Thank You in advance.
 
Thanks TomBascom.

I found some code which has assisted me greatly however I have another problem, how do I set the attributes of a file
I tried assigning the FILE-INFO:FILE-TYPE but it states that it is not a settable attribute
 
Thanks TomBascom.

I found some code which has assisted me greatly however I have another problem, how do I set the attributes of a file
I tried assigning the FILE-INFO:FILE-TYPE but it states that it is not a settable attribute

Correct the file-type is determined by the O/S and can not be set.
 
While you can't change the attributes via the ABL, you could always use the OS-COMMAND to modify the file/directory attributes... provided of course you have the necessary permissions to perform whatever attribute modifications you are attempting to do.
 
Back
Top