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

SetCreationTime() 공개 정적인 메소드

public static SetCreationTime ( string path, System.DateTime creationTime ) : void
path string
creationTime System.DateTime
리턴 void
        public static void SetCreationTime( string path, DateTime creationTime )
        {
            throw new NotImplementedException();
        }