| View previous topic :: View next topic |
| Author |
Message |
Bob Gonder Guest
|
Posted: Thu Jun 09, 2005 2:23 pm Post subject: Re: File Copy? |
|
|
Dev Support wrote:
| Quote: | Is there a "FileCopy" type function in BCB5?
I'm looking for the easiest way to copy files from one dir to another???
|
Wrong group.
This should have been asked in the .nativeapi group.
Then answer is CopyFile() or MoveFile().
|
|
| Back to top |
|
 |
Steve Aletto Guest
|
Posted: Thu Jun 09, 2005 2:24 pm Post subject: Re: File Copy? |
|
|
| Quote: | I think there is a simple answer to this question but I don't
know it!
Is there a "FileCopy" type function in BCB5?
I'm looking for the easiest way to copy files from one dir to
another???
|
Win32 API has the CopyFile function that does the job.
Steve.
|
|
| Back to top |
|
 |
Dev Support Guest
|
Posted: Thu Jun 09, 2005 4:32 pm Post subject: File Copy? |
|
|
Hello all:
I think there is a simple answer to this question but I don't know it!
Is there a "FileCopy" type function in BCB5?
I'm looking for the easiest way to copy files from one dir to another???
Thank you
Marshall
|
|
| Back to top |
|
 |
Dev Support Guest
|
Posted: Thu Jun 09, 2005 5:05 pm Post subject: Re: File Copy? |
|
|
Bob:
Apologies for the wrong group posting! I didn't realize where my answer was!
Thanks for the help!
Thank you
Marshall
"Bob Gonder" <notbg (AT) notmindspring (DOT) invalid> wrote
| Quote: | Dev Support wrote:
Is there a "FileCopy" type function in BCB5?
I'm looking for the easiest way to copy files from one dir to another???
Wrong group.
This should have been asked in the .nativeapi group.
Then answer is CopyFile() or MoveFile().
|
|
|
| Back to top |
|
 |
Dev Support Guest
|
Posted: Thu Jun 09, 2005 5:06 pm Post subject: Re: File Copy? |
|
|
Steve:
BCB has clouded my vision since I didn't even think of the WIN32 API! Thank
you for the help!
Marshall
"Steve Aletto" <steve_alettoANTI (AT) SPAMhotmail (DOT) com> wrote
| Quote: | I think there is a simple answer to this question but I don't
know it!
Is there a "FileCopy" type function in BCB5?
I'm looking for the easiest way to copy files from one dir to
another???
Win32 API has the CopyFile function that does the job.
Steve.
|
|
|
| Back to top |
|
 |
|