Alquimiaware.NuGetUnity.FileSystemFolderCommands.Create C# (CSharp) 메소드

Create() 공개 메소드

public Create ( string path ) : void
path string
리턴 void
        public void Create(string path)
        {
            Directory.CreateDirectory(path);
        }
FileSystemFolderCommands