Lists all files and subdirectories in the current working directory.

      Overload List

      ListDirectory()Overridden. Lists all files and subdirectories in the current working directory.ListDirectory(SearchCondition)Overridden. Lists all files and subdirectories that match the specified search condition in the current working directory.ListDirectory(String)Overridden. Returns parsed list of files and directories.ListDirectory(String, SearchCondition)Overridden. Returns parsed list of files and directories that match the specified search condition.ListDirectory(String, SearchCondition, Boolean)(Inherited from FileSystem) Lists all files and subdirectories in the specified directory.ListDirectory(String, SearchCondition, Int32)(Inherited from FileSystem) Lists files and subdirectories in the specified directory that match the specified search condition. This method returns the list of files and subdirectories in the first level of the specified directory only. To scan subdirectories deeply, use the Search method.
      Top

      See Also