System::IO::Path::GetPathRoot method
Path::GetPathRoot method
Devuelve el directorio raíz de la ruta especificada.
static String System::IO::Path::GetPathRoot(const String &path)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ruta | const String& | La ruta desde la cual obtener la raíz |
ReturnValue
El directorio raíz de path
Ver también
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Page for C++