|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > File > FileCopy |
available from build: 20070903 |
This command allows the execution of a FileCopy with administrative priviledges, when needed.
call DBWShell("FileCopy from to CanOverWrite useDBWServer")
from |
the file that will be copied |
|---|---|
to |
the destination file |
CanOverWrite |
0: don't overwrite destination file |
useDBWServer |
0: do nothing |
When not running under DBWServer, it performs the standard file copy functionality.
DBWShell("FileCopy c:\temp\file1.doc c:\documents\file2.doc 1 0")