DkmFileInfo.FileName 属性

定义

文件或子目录的名称。 此名称不包含目录 (ex: example.txt 而不是 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

属性值

String

返回 String

适用于