DirectoryInfo Constructor (KernelTransaction, String) |
[AlphaFS] Initializes a new instance of the
DirectoryInfo class on the specified path.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DirectoryInfo(
KernelTransaction transaction,
string path
)
Public Sub New (
transaction As KernelTransaction,
path As String
)
public:
DirectoryInfo(
KernelTransaction^ transaction,
String^ path
)
new :
transaction : KernelTransaction *
path : string -> DirectoryInfo
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The path on which to create the DirectoryInfo.
Remarks This constructor does not check if a directory exists. This constructor is a placeholder for a string that is used to access the disk in subsequent operations.
See Also