DELETE_RULE is used to specify when and what to do with the file one of the following: D, A, B, M, E, R, C, F, G D - do not delete, move, rename A - delete after job run B - delete before job run M - move before job run E - move after job run R - rename before job run C - rename after job run F - move and rename before job run G - move and rename after job run MOVE_DIR is used to specify the target directory RENAME_SUFFIX is used to specify file name suffix for rename operations : I'm creating a filewatch job that will move the semaphore file to certain : folder : before running the job. The default value for this is "c:\backup" : I'm using the 24x7 Remote Control COM+ API, so what is the property and its : name that stores this value? : Thanks
|