![]() | |||||||||||||||
Parameters: Directory, Mask, IncludeSub Returns the list of files contained in the folder specified in the Directory parameter that comply with the specified Mask. Files in the list are separated with the carriage return character; i.e., each line in the returned list will contain only one file. If the IncludeSub parameter contains yes, the list will also include all nested files. To perform operations over each file in the list, you can use the For each line from text loop. Example of obtaining a list: List Files ("C:\Test", "*.doc", "yes"). If files in the folder specified in the path exist, the command will return a list like this: RETURN VALUE: Returns a list of files.
| |||||||||||||||
|
Copyright (C) 2001-2010 Binary Brilliant Inc. All Rights Reserved. |