System::IO::Path::GetFullPath method
Path::GetFullPath method
Convierte la ruta especificada en una ruta absoluta.
static String System::IO::Path::GetFullPath(const String &path)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ruta | const String& | La ruta a convertir |
ReturnValue
La ruta absoluta que hace referencia a la misma entidad (que no tiene que existir) que path
Ver también
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Page for C++