Save file to directory. (OpenFile #MODE_WRITE command)
Posted: Tue Jan 26, 2016 7:49 pm
I am trying tosave file to a directory using simply naming "Directory/filename.end" ie. '
OpenFile(1, "directory/filename.end", #MODE_WRITE)
It however fails.
Am i doing something wrong, or is this a windows problem, and if it is a windows problem (permission problem) then is there anything i can do within hollywood so that people using it on their machines would get it to work the way it is intended, or should i revert to saving everything to just the main folder in windows machines?
OpenFile(1, "directory/filename.end", #MODE_WRITE)
It however fails.
Am i doing something wrong, or is this a windows problem, and if it is a windows problem (permission problem) then is there anything i can do within hollywood so that people using it on their machines would get it to work the way it is intended, or should i revert to saving everything to just the main folder in windows machines?