[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Gets the names of the items in a specified path. [Property] Path=Sets the directory path to operate. ARG(string)|2| SearchPattern=Sets the search string to match against the names of directories in path. ARG(string)|2| SearchOption=Specifies whether the search operation should include only the current directory or should include all subdirectories. ARG(SearchOption)|20|(empty)|SearchOption [Methods] *doGetDirectories=Gets the names of subdirectories in the specified directory. ARG(string path)|1|0 *doGetDirectories2=Gets an array of directories matching the specified search pattern from the current directory. ARG(string path, string searchPattern)|1|0 *doGetDirectories3=Gets an array of directories matching the specified search pattern from the current directory, using a value to determine whether to search subdirectories. ARG(string path, string searchPattern, SearchOption searchOption)|1|0 *doGetDirectoryRoot=Returns the volume information, root information, or both for the specified path. ARG(string path)|1|0 *doGetFiles=Returns the names of files in the specified directory. ARG(string path)|1|0 *doGetFiles2=Returns the names of files that match the specified search pattern in the specified directory. ARG(string path, string searchPattern)|1|0 doGetFiles3=Returns the names of files that match the specified search pattern in the specified directory, using a value to determine whether to search subdirectories. ARG(string path, string searchPattern, SearchOption searchOption)|1|0 *doGetFileSystemEntries=Returns the names of all files and subdirectories in the specified directory. ARG(string path)|1|0 *doGetFileSystemEntries2=Returns an array of file system entries that match the specified search criteria. ARG(string path, string searchPattern)|1|0 *doGetFileSystemEntries3=Gets an array of all the file names and directory names that match a search pattern in a specified path, and optionally searches subdirectories. ARG(string path, string searchPattern, SearchOption searchOption)|1|0 *onGetDirectories=Occurs after invoke the method doGetDirectories and returns the result. ARG(string[])|2|13 *onGetDirectoryRoot=Occurs after invoke the method doGetDirectoryRoot and returns the result. ARG(string)|2|2 onGetFiles=Occurs after invoke the method doGetFiles and returns the result. ARG(string[])|2|13 *onGetFileSystemEntries=Occurs after invoke the method doGetFileSystemEntries and returns the result. ARG(string[])|2|13 onError=If an error occurs, an error message appears ARG(string)|2|2 Items=Returns a string array of the items. ARG(string[])|3|13 Root=Returns a string containing the volume information, root information, or both for the specified path. ARG(string)|3|2 Path=Defines the directory path to operate. ARG(string)|4|2 SearchPattern=Defines the search string to match against the names of directories in path. ARG(string)|4|2 SearchOption=Defines the values that specifies whether the search operation should include only the current directory or should include all subdirectories. ARG(SearchOption)|4|0