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.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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
)
Public Overridable Sub SetFilepath (
filepath As String
)
Dim instance As FileDater
Dim filepath As String
instance.SetFilepath(filepath)
public:
virtual void SetFilepath(
String^ filepath
)
abstract SetFilepath :
filepath : string -> unit
override SetFilepath :
filepath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The file path.