FileInstall ( "source", "dest" [, flag] )
source
The source path of the file to compile. This must be a literal string; it cannot be a variable. It can be a relative path (using .\ or ..\ in the path).
dest
The destination path of the file with trailing backslash if only the directory is used. This can be a variable.
flag
[optional] this flag determines whether to overwrite files if they already exist:
0 = (default) do not overwrite existing files
1 = overwrite existing files
源路径必须为有效的文件,不能使用变量,也不能使用文件夹名称。 |