check for file's existence in mzscript Thread last updated on 2006-03-11 14:35:17

Posted by member 252500 on 2006-03-11 04:41:23

Does anyone know of a way to check whether a given filename exists, in mzscript? I couldn't find it anywhere on the forums. I'm looking for something like:

*Script exec !ifExist [filepath\filename] [!do_stuff] [!do_other_stuff]

Is there any round-about way to accomplish this or am I out of luck? What I want to do is have litestep automatically install bus schedules that aren't present on the hard drive. (I've got everything except the filechecking mechanism up and running.)

Thanks

Posted by member 212670 on 2006-03-11 05:51:38 link

I think filemaster-1.1 is what you're looking for.

Posted by member 252500 on 2006-03-11 14:35:17 link

Sweet! Thanks a bunch!