Achilles.Acme.Storage.IO.FileSystemInfo.FileSystemInfo C# (CSharp) 메소드

FileSystemInfo() 공개 메소드

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