Achilles.Acme.Storage.IO.DirectoryInfo.CreateSubdirectory C# (CSharp) Method

CreateSubdirectory() public method

public CreateSubdirectory ( string path ) : DirectoryInfo
path string
return DirectoryInfo
        public DirectoryInfo CreateSubdirectory( string path )
        {
            throw new NotImplementedException();
        }