Achilles.Acme.Storage.IO.FileSystemInfo.FileSystemInfo C# (CSharp) Méthode

FileSystemInfo() public méthode

public FileSystemInfo ( string path ) : System
path string
Résultat System
        public FileSystemInfo( string path )
        {
            this._path = path;
        }