Interface IFileSystem
Interface for abstracting file system operations
public interface IFileSystem
Methods
GetFilesInSubfolders(string)
Gets all files in the immediate subfolders of a specified root path
HashSet<string> GetFilesInSubfolders(string rootPath)
Parameters
rootPath
stringThe root directory path