TextFileStreamFilepath Property
Gets the textfile path.
Namespace: DevCase.Core.DataProcessing.TextFilesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual string Filepath { get; }
Public Overridable ReadOnly Property Filepath As String
Get
Dim instance As TextFileStream
Dim value As String
value = instance.Filepath
public:
virtual property String^ Filepath {
String^ get ();
}
abstract Filepath : string with get
override Filepath : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The textfile path.