GetFullPath()
Path::GetFullPath(const String&) method
Converts the specified path into absolute path.
static String System::IO::Path::GetFullPath(const String &path)
Arguments
Parameter | Type | Description |
---|---|---|
path | const String& | The path to convert |
Return Value
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.Slides