Re: Ask for method for copying file from one folder to another by Wolfgang
Wolfgang
Sat Jan 31 08:59:19 CST 2004
Hi Ray!
With native VFP command:
COPY PATH_INCL_SOURCEFILE TO Path_incl_destfile
For example:
COPY C:\myApp.exe to "c:\program files\myCompany\myAppFolder\myApp.exe"
A small drawback.. Not existing folders would _not_ be created. If you want
to create a folder, take a look at MKDIR in your helpfile
--
_________________
MFG
Wolfgang Schmale
MS Visual FoxPro MVP
--------------------------------
"Ray" <someone@microsoft.com> schrieb im Newsbeitrag
news:%2357$AE65DHA.2572@TK2MSFTNGP09.phx.gbl...
> Dear all,
> I would like to ask is there any method for Foxpro 6.0 to copy file
from
> one folder to another?
>
> Thanks a lot,
> Ray
>
>