Aaron Ardiri 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 ;) Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
