Functions



GetURINodeName

   public:

static Boolean GetURINodeName(LStr255 &inOrigHREF, LStr255 &outNodeHREF);

gets the file name of a URL (kind of like the unix basename utility)

Parameters

NameDescription
inOrigHREFthe passed in URL
outParentHREFthe filename of inOrigHREF
Result: returns true if successful

GetURIParent

   public:

static Boolean GetURIParent(LStr255 &inOrigHREF, LStr255 &outParentHREF);

gets the parent of a resource specified

Parameters

NameDescription
inOrigHREFthe passed in URL
outParentHREFthe parent of inOrigHREF
Result: returns true if successful

© 1999-2000, Thomas Bednarz, Jr. — (Last Updated 7/16/2000)