Achilles.Acme.Storage.IO.Directory.SetCreationTime C# (CSharp) Method

SetCreationTime() public static method

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