FileTransferTimestampsTransacted Method (KernelTransaction, String, String) |
Note: This API is now obsolete.
[AlphaFS] Transfers the date and time stamps for the specified files.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax [ObsoleteAttribute("Use new method name: CopyTimestampsTransacted")]
public static void TransferTimestampsTransacted(
KernelTransaction transaction,
string sourcePath,
string destinationPath
)
<ObsoleteAttribute("Use new method name: CopyTimestampsTransacted")>
Public Shared Sub TransferTimestampsTransacted (
transaction As KernelTransaction,
sourcePath As String,
destinationPath As String
)
public:
[ObsoleteAttribute(L"Use new method name: CopyTimestampsTransacted")]
static void TransferTimestampsTransacted(
KernelTransaction^ transaction,
String^ sourcePath,
String^ destinationPath
)
[<ObsoleteAttribute("Use new method name: CopyTimestampsTransacted")>]
static member TransferTimestampsTransacted :
transaction : KernelTransaction *
sourcePath : string *
destinationPath : string -> unit
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - sourcePath
- Type: SystemString
The source file to get the date and time stamps from. - destinationPath
- Type: SystemString
The destination file to set the date and time stamps.
Remarks This method does not change last access time for the source file.
See Also