System.IO.FileSystem.GetFileSystemInfo C# (CSharp) Method

GetFileSystemInfo() public abstract method

public abstract GetFileSystemInfo ( string fullPath, bool asDirectory ) : IFileSystemObject
fullPath string
asDirectory bool
return IFileSystemObject
        public abstract IFileSystemObject GetFileSystemInfo(string fullPath, bool asDirectory);
        public abstract IEnumerable<string> EnumeratePaths(string fullPath, string searchPattern, SearchOption searchOption, SearchTarget searchTarget);