Click or drag to resize

DirectoryCreateDirectoryTransacted Method (KernelTransaction, String, String, DirectorySecurity)

[AlphaFS] Creates all the directories in the specified path of a specified template directory and applies the specified Windows security.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static DirectoryInfo CreateDirectoryTransacted(
	KernelTransaction transaction,
	string path,
	string templatePath,
	DirectorySecurity directorySecurity
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The directory to create.
templatePath
Type: SystemString
The path of the directory to use as a template when creating the new directory.
directorySecurity
Type: System.Security.AccessControlDirectorySecurity
The access control to apply to the directory.

Return Value

Type: DirectoryInfo
An object that represents the directory at the specified path. This object is returned regardless of whether a directory at the specified path already exists.
Exceptions
See Also