I have failed to access a file that should be accessed in a script run by a cron job. The problem came from the fact that the cron job coul
I have failed to access a file that should be accessed in a script run by a cron job.
The problem came from the fact that the cron job could not access the internal file due to a different path.
So you must make sure to write the file in a program in an absolute path. This is simple in
-->