public:
static Boolean GetURINodeName(LStr255 &inOrigHREF, LStr255 &outNodeHREF);
gets the file name of a URL (kind of like the unix basename utility)
Result: returns true if successful
Name Description inOrigHREF the passed in URL outParentHREF the filename of inOrigHREF
public:
static Boolean GetURIParent(LStr255 &inOrigHREF, LStr255 &outParentHREF);
gets the parent of a resource specified
Result: returns true if successful
Name Description inOrigHREF the passed in URL outParentHREF the parent of inOrigHREF
© 1999-2000, Thomas Bednarz, Jr. (Last Updated 7/16/2000)