|
Function |
Description |
| != |
Tests if two objects represent different paths |
| = |
Initializes the object with a copy of the path from the other |
| == |
Tests if two objects represent the same path |
| AllowsTypeCode() |
Provided for implementation |
| Append() |
Appends a pathname to the current pathname |
| Flatten() |
Provided for implementation |
| FlattenedSize() |
Provided for implementation |
| GetParent() |
Returns a BPath with a pathname to the parent directory |
| InitCheck() |
Returns the status of the last initialization |
| IsFixedSize() |
Provided for implementation |
| Leaf() |
Returns the object's leaf name |
| Path() |
Returns the object's full name |
| SetTo() |
Initializes the object to another path |
| TypeCode() |
Provided for implementation |
| Unflatten() |
Provided for implementation |
| Unset() |
Uninitializes the object |