Click or drag to resize
DirectoryTransferTimestamps Method (KernelTransaction, String, String)
[AlphaFS] Transfers the date and time stamps for the specified directories.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static void TransferTimestamps(
	KernelTransaction transaction,
	string sourcePath,
	string destinationPath
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
sourcePath
Type: SystemString
The source directory to get the date and time stamps from.
destinationPath
Type: SystemString
The destination directory to set the date and time stamps.
Remarks
This method uses BackupSemantics flag to get Timestamp changed for directories.
See Also