Respected Sir,

How to copy one database file from one location to
another through code in VC? In the same way how to copy
one wav file from one location to another through code in
VC?

Regards,
Jitesh

Re: About copying files by Frank

Frank
Mon Mar 01 12:44:51 CST 2004

How about...

CopyFile( szSource, szDestination, TRUE );

HTH
--
============
Frank Hickman
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.


"Jitesh Virani" <anonymous@discussions.microsoft.com> wrote in message
news:51fd01c3ffbb$de7ac1a0$a101280a@phx.gbl...
> Respected Sir,
>
> How to copy one database file from one location to
> another through code in VC? In the same way how to copy
> one wav file from one location to another through code in
> VC?
>
> Regards,
> Jitesh