FileTransferTimestamps Method (String, String, PathFormat) |
[AlphaFS] Transfers the date and time stamps for the specified files.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void TransferTimestamps(
string sourcePath,
string destinationPath,
PathFormat pathFormat
)
Public Shared Sub TransferTimestamps (
sourcePath As String,
destinationPath As String,
pathFormat As PathFormat
)
public:
static void TransferTimestamps(
String^ sourcePath,
String^ destinationPath,
PathFormat pathFormat
)
static member TransferTimestamps :
sourcePath : string *
destinationPath : string *
pathFormat : PathFormat -> unit
Parameters
- 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. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Remarks This method does not change last access time for the source file.
See Also