Changeset 225 for trunk/foundation/class_c/nomfilepath.c
- Timestamp:
- Feb 4, 2007, 3:17:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/class_c/nomfilepath.c
r209 r225 49 49 50 50 #include "nomfilepath.ih" 51 /* 51 52 /** 52 53 Append a path to the string. A path separator will be added to the current path if necessary and the 53 54 given string appended. If the given string starts with a separator no additional separator will be … … 81 82 } 82 83 83 /* 84 /** 84 85 Append a separator to the path. If the path already has a separator at the end this method does 85 86 nothing other than returning a new path object. If the given path has zero length a path object … … 102 103 } 103 104 104 /* 105 /** 105 106 Strips the path separator from the end of a path if there's one. 106 107 … … 123 124 } 124 125 125 /* 126 /** 126 127 Returns TRUE if the given path is absolute. 127 128 On OS/2 this means it starts with a letter followed by a colon. … … 167 168 } 168 169 169 /* 170 /** 170 171 This method strips all characters from the beginning of a path till the first 171 172 directory separator and also this first separator. If there's no separator in … … 191 192 } 192 193 193 /* 194 /** 194 195 Returns the part of the path up to the first directory separator ('\' on OS/2). 195 196 If there's no directory separator the whole path is returned. This method does
Note:
See TracChangeset
for help on using the changeset viewer.