DkmFileInfo.FileName Property

Definition

Name of the file or sub directory. This name does not contain the directory (ex: example.txt instead of c:\folder\example.txt).

public:
 property System::String ^ FileName { System::String ^ get(); };
public:
 property Platform::String ^ FileName { Platform::String ^ get(); };
public string FileName { get; }
member this.FileName : string
Public ReadOnly Property FileName As String

Property Value

Returns String.

Applies to