Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I recognize a file to delete
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00573345
Message ID:
00573375
Vues:
22
Did you want to say something? :)

>>>1. You can use ADIR() function to get a list of the files in the specified directory into array.
>>>
>>>2. You can split first field into two fields 160 characters long for import and than join them again during processing. You can use a memo field to store it after processing.
>>
>>Thanx for the responce Sergey...
>>ADIR sounds like what I want
>>I am on a new workstation which does not contain help files until next week
>>
>>I have-to ask
>>When I
>>? ADIR(*.*)
>>I get 'function name is missing'
>>What's the correct way to use this function?
>>
>>So after an FREAD() [I think that's it) I can partition the line in two and put it back together for fwrite() right?
>lnFiles=ADIR(laFiles,"*.*")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform