Hi,
maybe you can try :
*************************************************************************
fListFile(CompleteDir(StrDirectoryPath)+"*.*","ListFileInListBox")
fDir("")
*************************************************************************
PROCEDURE ListFileInListBox(Directory,FileName,Change,Pointer)
ListAdd(Listxxxx, Directory+Name)
WinRedraw()
***************************************************************************
regards
robert zhong
Hi forum
I need fill a list box, with the name of the files existing in a directory, without using fselect.
How can I do ?
Thanks
Guillermo