Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to rename a file with vfp ?
Message
 
À
16/03/2008 16:38:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01302503
Message ID:
01302506
Vues:
7
>i want my app to rename a file but i c
an't see the right command. for exemple
>
rename file : C:\MYFILE MARCH 2008.TXT
         to : C:\MYFILE_MARCH_2008.TXT
What is the difference?
OOPS,
I didn't saw space in the name:
lcOriginal = [C:\MYFILE MARCH 2008.TXT]
lctarget   = [C:\MYFILE_MARCH_2008.TXT]

COPY (lcOriginal) TO (lctarget)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform