Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== eFileOperation ====== Constant enumeration ===== Description ===== File operations ===== Members ===== ^Member^ Value^ Description^ |**eFileOperationCopy**| 2| Simple file copy| |**eFileOperationCopyInplace**| 0| In-Place file copy (security attributes are kept)| |**eFileOperationDelete**| 3| File Delete| |**eFileOperationMove**| 1| File move| |**eFileOperationRename**| 4| File Rename| ===== See Also ===== [[:scripting:api:application:file_operation|IApplication::file_operation]], [[:scripting:api:application:file_operation|IScriptApplication::file_operation]] #API ~~NOTOC~~