Achilles.Acme.Storage.IO.FileSystemInfo.FileSystemInfo C# (CSharp) Method

FileSystemInfo() public method

public FileSystemInfo ( string path ) : System
path string
return System
        public FileSystemInfo( string path )
        {
            this._path = path;
        }