Hi,
  If you want to show the filename in a text box I thing you can use
function baFileList:
============
>>FileList

>>Description:  baFileList returns a list of files in a folder.

>>Usage:        Result = baFileList( Folder, FileSpec )

>>Arguments:    String, string.
>>      Folder is the name of the folder to list.
>>      FileSpec is the pattern of files to match.

>>Returns:      List (Xtra) or String (UCD).
>>Returns the list of matching files. If Folder doesn't exist, then an empty
list/string is >>>>>>returned.

>>Examples:     Director:
>>      set Files = baFileList( "c:\windows", "*.*" )
============

im an amateur too


cheer

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Jon Paul Alongi
Sent: Monday, March 12, 2001 10:26 PM
To: [EMAIL PROTECTED]
Subject: <lingo-l> Who can answer this????



hi people.../
ive got a directory list that ive aquired using file io

how can i show just the filename and not the whole path in a text
box....

i think its got something to do with repeat loops

butim an amateur


thanx

people



jon


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to