System::IO::Directory::GetParent method
Directory::GetParent method
Returns a shared pointer to DirectoryInfo object representing the parent directory of the specified entity.
static DirectoryInfoPtr System::IO::Directory::GetParent(const String &path)
Parameter | Type | Description |
---|---|---|
path | const String& | The path to the entity whose parent is to be obtained |
ReturnValue
A shared pointer to DirectoryInfo object representing the parent directory of the entity specified by path
See Also
- Typedef DirectoryInfoPtr
- Class String
- Class Directory
- Namespace System::IO
- Library Aspose.TeX for C++