[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Exposes static methods for enumerating through directories and subdirectories. [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] *doEnumerateDirectories=Returns an enumerable collection of directory names in a specified path. ARG(string path)|1|0 *doEnumerateDirectories2=Returns an enumerable collection of directory names that match a search pattern in a specified path. ARG(string path, string searchPattern)|1|0 *doEnumerateDirectories3=Returns an enumerable collection of directory names that match a search pattern in a specified path, and optionally searches subdirectories. ARG(string path, string searchPattern, SearchOption searchOption)|1|0 *doEnumerateFiles=Returns an enumerable collection of file names in a specified path. ARG(string path)|1|0 *doEnumerateFiles2=Returns an enumerable collection of file names that match a search pattern in a specified path. ARG(string path, string searchPattern)|1|0 doEnumerateFiles3=Returns an enumerable collection of file names that match a search pattern in a specified path, and optionally searches subdirectories. ARG(string path, string searchPattern, SearchOption searchOption)|1|0 *doEnumerateFileSystemEntries=Returns an enumerable collection of file-system entries in a specified path. ARG(string path)|1|0 *doEnumerateFileSystemEntries2=Returns an enumerable collection of file-system entries that match a search pattern in a specified path. ARG(string path, string searchPattern)|1|0 *doEnumerateFileSystemEntries3=Returns an enumerable collection of 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 *onEnumerateDirectories=Occurs after invoke the method doEnumerateDirectories and returns the result. ARG(IEnumerable)|2|0 onEnumerateFiles=Occurs after invoke the method doEnumerateFiles and returns the result. ARG(IEnumerable)|2|0 *onEnumerateFileSystemEntries=Occurs after invoke the method doEnumerateFileSystemEntries and returns the result. ARG(IEnumerable)|2|0 onError=If an error occurs, an error message appears ARG(string)|2|2 Collection=Returns an enumerable collection. ARG(IEnumerable)|3|13 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