Hi, Can scripts invoked via cron have access to the local file system? As a test I created a script that I wish to run (via hardcron) every 5 minutes that will dump out test data to a file. The script seems to be invoked by web2py cron thread but no output file is created?
Also, can a controller or model access the local file system? BRGDS, Chris p.s. I've only just started to use Web2py so sorry if these seem silly questions