Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keeping CamelCase when Copying Files
Message
De
19/07/2013 10:02:44
 
 
À
19/07/2013 09:58:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01578871
Message ID:
01578872
Vues:
53
>Hi,
>I copy some files lilke that
> COPY FILE D:\U09\FBPROT.DBF TO (lcZielDir + "URANUS9\FBProt.DBF")
>I get a copy of the file as expected but its name is fbprot.dbf.
>How can I prevent the name from being changed to lower case?
>TIA


Use DOS to do the file copy. Or a DOS program like XCOPY.
lcCmd = "RUN COPY D:\U09\FBPROT.DBF " + ADDBS(lcZielDir) + "URANUS9\FBProt.DBF"
&lcCmd
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform