Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List content of a folder
Message
From
01/05/2004 15:02:24
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00900047
Message ID:
00900082
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
Try this, probably faster also:
nFiles=ADIR(aFiles,'c:\jvc\*.*')
cDummy=''
#DEFINE CRLF CHR(13)+CHR(10)
IF nFILES>0
   FOR X=1 TO nFILES
      cDummy=cDummy+aFILES(X,1)+CRLF
   ENDFOR
ENDIF
STRTOFILE(cDummy,'list.txt')
>Great for the first program
>
>But in the second the txt is empty
>What could be wrong ?
>
>Moises
Previous
Reply
Map
View

Click here to load this message in the networking platform