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

GetCreationTime() публичный статический Метод

public static GetCreationTime ( string path ) : System.DateTime
path string
Результат System.DateTime
        public static DateTime GetCreationTime( string path )
        {
            throw new NotImplementedException();
        }