Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cleaning up directories
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00552464
Message ID:
00552894
Vues:
16
Thank you very much Sergey, that will realyy help

Have a nice day!

Roger.

>>Hello all:
>>
>>my app has many files (residing in several sub-dirs) that are not beeing used by the project - Can anyone recommend a way to get rid of them or get a list?
>>
>>Thank you.
>
>You can get the list of files in the project directory and subdirectories using program in Message #502789. You can get the list of files in the project by opening it as a table and run folowing select
use myproject.pjx
>Select dist chrtran(PADR(name,60), Chr(0), "") as filename ;
>  from myproject ;
>  into cursor projectfiles
>use
After that you can compare those two lists.
One can acquire everything in solitude but character.
Stendhal (1783-1842)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform