System::IO::Path::GetFullPath method
Path::GetFullPath method
Converts the specified path into absolute path.
static String System::IO::Path::GetFullPath(const String &path)
Parameter | Type | Description |
---|---|---|
path | const String& | The path to convert |
ReturnValue
The absolute path referencing the same entity (which does not have to exist) as path
See Also
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.TeX for C++