At 01:28 PM 7/10/2014, Richardson, Jeff wrote:
Is there an RBase command to programmatically COPY an entire directory? I've managed to copy files, but I want to copy the folder and files within to a new location.
Jeff, Use the "RBFileOperations" Plugin for file operations and to automate file management tasks in R:BASE eXtreme 9.5 (32/64). Syntax: PLUGIN RBFileOperations vResult|<parameters> Parameter Options: OPERATION <value> COPY_DIR - to copy a directory RENAME_DIR - to rename a directory DELETE_DIR - to delete a directory MOVE_DIR - to move a directory COPY_FILES - to copy files RENAME_FILE - to rename files DELETE_FILES - to delete files MOVE_FILES - to move files SOURCE <value> source directory/file name Example ... PLUGIN RBFileOperations vResult + |OPERATION COPY_DIR + |SOURCE D:\TEMP + |TARGET C:\TEMP Very Best R:egards, Razzak. www.rbase.com www.facebook.com/rbase -- 31 years of continuous innovation! 16 Years of R:BASE Technologies, Inc. making R:BASE what it is today! --

