PhysicalFileInfo.PhysicalPath Propriedade
Definição
O caminho do arquivo, incluindo o nome do arquivo.The path to the file, including the file name. Retornará null se o arquivo não estiver diretamente acessível.Return null if the file is not directly accessible.
public:
property System::String ^ PhysicalPath { System::String ^ get(); };
public string PhysicalPath { get; }
member this.PhysicalPath : string
Public ReadOnly Property PhysicalPath As String