Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dir command
Message
 
 
À
16/12/2003 08:02:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00859428
Message ID:
00859429
Vues:
15
Hi Rômulo,

The DIR is a tool you can use in development. In application you can use ADIR() or SYS(2000) functions to get the list of files. If you insist on using DIR, try
DEFINE WINDOW dummy FROM 0,0 SIZE 1000,1000
ACTIVATE WINDOW dummy NOSHOW
DIR *.txt TO file dir.txt
RELEASE WINDOW dummy
>Hello friends,
>
>I am trying to use Dir to put a list of all files in my directory into one text file.
>Dir *.* to file test.txt
>But fox always shows me the list of these files in my window even when I am using a form and not using window command.
>
>How can I hide this list in my windows?
>I already tried to use SET CONSOLE and PROMPT.
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform