Click or drag to resize
DirectoryEnumerateFiles Method
Overload List
  NameDescription
Public methodStatic memberEnumerateFiles(String)
Returns an enumerable collection of file names in a specified path.
Public methodStatic memberEnumerateFiles(String, String)
Returns an enumerable collection of file names in a specified path.
Public methodStatic memberEnumerateFiles(KernelTransaction, String)
[AlphaFS] Returns an enumerable collection of file names in a specified path.
Public methodStatic memberEnumerateFiles(String, String, SearchOption)
Returns an enumerable collection of file names that match a searchPattern in a specified path, and optionally searches subdirectories.
Public methodStatic memberEnumerateFiles(KernelTransaction, String, String)
[AlphaFS] Returns an enumerable collection of file instances that match a searchPattern in a specified path.
Public methodStatic memberEnumerateFiles(KernelTransaction, String, String, SearchOption)
[AlphaFS] Returns an enumerable collection of file instances instances that match a searchPattern in a specified path, and optionally searches subdirectories.
Top
See Also