filepro....opendir & nextdir

John Esak john at valar.com
Fri Nov 4 10:03:13 PST 2005


> -----Original Message-----
> From: filepro-list-bounces at lists.celestial.com
> [mailto:filepro-list-bounces at lists.celestial.com]On Behalf Of Enrique
> Arredondo
> Sent: Thursday, November 03, 2005 2:43 PM
> To: filepro-list at lists.celestial.com
> Subject: filepro....opendir & nextdir
>
>
> Hi y'all,
>
> Do you know why does nextdir() doesn't show me the filename the way it is?
>
> Here's a listing of my folder:
>
> -rw-rw-rw-   1 root     sys        19438 Nov  3 10:18
> tnaile-ford256-15-a22-1.jpg
>
> and when I display the contents of nextdir() is shows:
>
> tnaile-ford256-15-a22-1          jpg                19,438 11/03/2005
> 01:18:14p
> tnaile-ford256-15-a22-1.jpg
>
> Is there a way to tell nextdir() to show just the name ?
>
> Thanks
>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list

This is a fielded string that holds all (or at least lots) of the
information about the file that is retrieved with each NEXTDIR. You could
MID out just the name section... as we all used to do in the older filePro
versions... but hopefully, you have a newer version and it will allow you to
use some new "system maintained" arrays that NEXTDIR brings into existence.
Look into the help file for @DIRLIST_EXT, @DIRLIST_FILENAME and
@DIRLIST_NAME. These will give you just what you want and nothing else.

(There is a pretty good Chapter on this with complete example movies) in the
FP Survivor Series CD's... (which you own I think??, have a look.)

--
John Esak
(570) 384-2444

Author of:
The filePro Survivor Series
Complete Video Training For FilePro On CD
See samples at: www.valar.com/training




More information about the Filepro-list mailing list