BlogEngine.Core.Providers.BlogFileSystemProvider.CreateDirectory C# (CSharp) 메소드

CreateDirectory() 추상적인 개인적인 메소드

Creates a directory at a specific path
Virtual path is the path starting from the /files/ containers The entity is created against the current blog id
abstract private CreateDirectory ( string VirtualPath ) : Directory
VirtualPath string The virtual path to be created
리턴 Directory
        internal abstract Directory CreateDirectory(string VirtualPath);