Class FileSystem
Default implementation of IFileSystem using System.IO
public class FileSystem : IFileSystem
- Inheritance
-
FileSystem
- Implements
- Inherited Members
Methods
GetFilesInSubfolders(string)
Gets all files in the immediate subfolders of a specified root path
public HashSet<string> GetFilesInSubfolders(string rootPath)
Parameters
rootPath
stringThe root directory path