On Jan 29, 2008 10:46 PM, Luc Le Blanc <[EMAIL PROTECTED]> wrote: > > On Jan 29, 2008 6:00 PM, Luc Le Blanc <[EMAIL PROTECTED]> wrote: > > > Is there an API to extract the VFS filename from a fully > > > qualified name that includes the path? > > > filename = StrRChr(path, '/'); > > if (filename != NULL) filename++; > > > basic string routines? not sure if thats what your looking for; > > but thats how i would do something like that. > > Yep. From scratch. I just thought VFS had such things. > BTW, StrRchr doesn't exist. I have to write it too ;)
strrchr? :) stdlib? anyhow. i think you've solved the problem now anyhow. now that i think about it; i knew i wrote my own string routines for a reason; there are a bunch of routines missing from the standard SDK that should be in a standard C library. -- // Aaron Ardiri -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
