Hi,
Say I want to write to a file
Using fwrite ("somedirectory/filename.txt")
However, I am not sure whether somedirectory exist or not...
So I want a program that will create somedirectory if somedirectory doesn't exist....
Is there a command that will automatically do that for me or should I make my own?