FileDeleteTransacted Method (KernelTransaction, String) |
[AlphaFS] Deletes the specified file.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void DeleteTransacted(
KernelTransaction transaction,
string path
)
Public Shared Sub DeleteTransacted (
transaction As KernelTransaction,
path As String
)
public:
static void DeleteTransacted(
KernelTransaction^ transaction,
String^ path
)
static member DeleteTransacted :
transaction : KernelTransaction *
path : string -> unit
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The name of the file to be deleted. Wildcard characters are not supported.
Exceptions Remarks If the file to be deleted does not exist, no exception is thrown.
See Also