Certainly. FileExists returns TRUE when using, for example, "*." or "*.*" when there are no files in the directory. Although "technically" correct in returning TRUE, practically speaking this is not working properly. If i cannot see a file in a folder, there's nothing there. Note that the folder in question does NOT have any hidden files. It may be that 24x7 JAL is returning TRUE because of the "." and ".." files in an MS DOS compatible system. This should be parsed out so that it returns FALSE. -m- : This version includes fixes for job notification event processing. In certain : situation that processing could affect stability of the scheduler. It also : includes fixes for running remote jobs from a script using JobRun and : JobRemoteRun statements. : Can you remind what's wrong with the FileExists?
|