PhysicalFileInfo.Name Propriedade
Definição
O nome do arquivo ou diretório, não incluindo nenhum caminho.The name of the file or directory, not including any path.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String