Copies a file.
Supported Platforms: AutoCAD for Windows only; not available in AutoCAD LT for Windows, or on Mac OS and Web
Library: acetutil.arx
Signature
(acet-file-copy from to [force])
- from
-
Type: String
Name of file to copy.
- to
-
Type: String
Name of new file.
- force
-
Type: T or nil
If provided and non-nil, forces any existing file to be overwritten.
Note: This function will not overwrite read-only files. The read-only flag can be cleared with acet-file-attr.
Return Values
Type: T or nil
Returns T if successful.