FileDaterSetFilepath(String) Method

Causes this FileDater instance to assign a new location for the current file.

This could be useful if the saved dates should be restored in a file that has changed its name/ubication.

Note: Calling this method does not cause the removal of any saved date.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void SetFilepath(
	string filepath
)

Parameters

filepath  String
The file path.

See Also