Achilles.Acme.Storage.IO.FileSystemInfo.FileSystemInfo C# (CSharp) Метод

FileSystemInfo() публичный Метод

public FileSystemInfo ( string path ) : System
path string
Результат System
        public FileSystemInfo( string path )
        {
            this._path = path;
        }