Retrieves the parent folder from a specified folder.
Syntax
ISFileUtilities.GetFolderParent(folder, includeDirectorySeparator, parentFolder)
Parameters
| Name | Type | Optional | ByRef | Description |
| folder |
String |
|
|
The folder to get the parent folder. |
| includeDirectorySeparator |
Boolean |
|
|
Indicates whether to append a trailing directory separator to the returned parent folder. |
| parentFolder |
String |
|
ByRef |
The parent folder. |
Return Value
Boolean
A Boolean value indicating success.
- Member of:
- ISFileUtilities
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0