DirectoryTransferTimestamps Method (String, String) |
Note: This API is now obsolete.
[AlphaFS] Transfers the date and time stamps for the specified directories.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax [ObsoleteAttribute("Use new method name: CopyTimestamps")]
public static void TransferTimestamps(
string sourcePath,
string destinationPath
)
<ObsoleteAttribute("Use new method name: CopyTimestamps")>
Public Shared Sub TransferTimestamps (
sourcePath As String,
destinationPath As String
)
public:
[ObsoleteAttribute(L"Use new method name: CopyTimestamps")]
static void TransferTimestamps(
String^ sourcePath,
String^ destinationPath
)
[<ObsoleteAttribute("Use new method name: CopyTimestamps")>]
static member TransferTimestamps :
sourcePath : string *
destinationPath : string -> unit
Parameters
- 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