Click or drag to resize
DirectoryCreateDirectory Method
Overload List
  NameDescription
Public methodStatic memberCreateDirectory(String)
Creates all directories and subdirectories in the specified path unless they already exist.
Public methodStatic memberCreateDirectory(String, PathFormat)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(String, Boolean)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(String, DirectorySecurity)
Creates all the directories in the specified path, unless the already exist, applying the specified Windows security.
Public methodStatic memberCreateDirectory(String, String)
[AlphaFS] Creates a new directory, with the attributes of a specified template directory.
Public methodStatic memberCreateDirectory(KernelTransaction, String)
Creates all directories and subdirectories in the specified path unless they already exist.
Public methodStatic memberCreateDirectory(String, Boolean, PathFormat)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(String, DirectorySecurity, PathFormat)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(String, DirectorySecurity, Boolean)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(String, String, PathFormat)
[AlphaFS] Creates a new directory, with the attributes of a specified template directory.
Public methodStatic memberCreateDirectory(String, String, Boolean)
[AlphaFS] Creates a new directory, with the attributes of a specified template directory.
Public methodStatic memberCreateDirectory(String, String, DirectorySecurity)
[AlphaFS] Creates all the directories in the specified path of a specified template directory and applies the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, PathFormat)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, Boolean)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, DirectorySecurity)
Creates all the directories in the specified path, unless the already exist, applying the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, String)
[AlphaFS] Creates a new directory, with the attributes of a specified template directory.
Public methodStatic memberCreateDirectory(String, DirectorySecurity, Boolean, PathFormat)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(String, String, Boolean, PathFormat)
[AlphaFS] Creates a new directory, with the attributes of a specified template directory.
Public methodStatic memberCreateDirectory(String, String, DirectorySecurity, PathFormat)
[AlphaFS] Creates all the directories in the specified path of a specified template directory and applies the specified Windows security.
Public methodStatic memberCreateDirectory(String, String, DirectorySecurity, Boolean)
[AlphaFS] Creates all the directories in the specified path of a specified template directory and applies the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, Boolean, PathFormat)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, DirectorySecurity, PathFormat)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, DirectorySecurity, Boolean)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, String, PathFormat)
[AlphaFS] Creates a new directory, with the attributes of a specified template directory.
Public methodStatic memberCreateDirectory(KernelTransaction, String, String, Boolean)
[AlphaFS] Creates a new directory, with the attributes of a specified template directory.
Public methodStatic memberCreateDirectory(KernelTransaction, String, String, DirectorySecurity)
[AlphaFS] Creates all the directories in the specified path of a specified template directory and applies the specified Windows security.
Public methodStatic memberCreateDirectory(String, String, DirectorySecurity, Boolean, PathFormat)
[AlphaFS] Creates all the directories in the specified path of a specified template directory and applies the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, DirectorySecurity, Boolean, PathFormat)
[AlphaFS] Creates all the directories in the specified path, applying the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, String, Boolean, PathFormat)
[AlphaFS] Creates a new directory, with the attributes of a specified template directory.
Public methodStatic memberCreateDirectory(KernelTransaction, String, String, DirectorySecurity, PathFormat)
[AlphaFS] Creates all the directories in the specified path of a specified template directory and applies the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, String, DirectorySecurity, Boolean)
[AlphaFS] Creates all the directories in the specified path of a specified template directory and applies the specified Windows security.
Public methodStatic memberCreateDirectory(KernelTransaction, String, String, DirectorySecurity, Boolean, PathFormat)
[AlphaFS] Creates all the directories in the specified path of a specified template directory and applies the specified Windows security.
Top
See Also