Click or drag to resize
DirectoryInfoCreateSubdirectory Method
Overload List
  NameDescription
Public methodCreateSubdirectory(String)
Creates a subdirectory or subdirectories on the specified path. The specified path can be relative to this instance of the DirectoryInfo class.
Public methodCreateSubdirectory(String, Boolean)
[AlphaFS] Creates a subdirectory or subdirectories on the specified path. The specified path can be relative to this instance of the DirectoryInfo class.
Public methodCreateSubdirectory(String, DirectorySecurity)
Creates a subdirectory or subdirectories on the specified path. The specified path can be relative to this instance of the DirectoryInfo class.
Public methodCreateSubdirectory(String, DirectorySecurity, Boolean)
[AlphaFS] Creates a subdirectory or subdirectories on the specified path. The specified path can be relative to this instance of the DirectoryInfo class.
Public methodCreateSubdirectory(String, String, Boolean)
[AlphaFS] Creates a subdirectory or subdirectories on the specified path. The specified path can be relative to this instance of the DirectoryInfo class.
Public methodCreateSubdirectory(String, String, DirectorySecurity, Boolean)
[AlphaFS] Creates a subdirectory or subdirectories on the specified path. The specified path can be relative to this instance of the DirectoryInfo class.
Top
See Also