Default file path
logantv
Posts: 31
This is more curiosity than anything, but why does FILE_OPEN on some files require the full path of "'/opt/amx/user/fileName.txt'" while another file right next to it only works with 'otherFileName.txt'?
It's not a big deal, but it ends up requiring manual testing on everything. I thought I was being fancy by appending the full path in my fnFileRead until I figured out what was happening.
0
Comments
Interesting i have no noticed this, I have always just used the filename and extension never needed the filepath
Yeah I've never needed it either until I ran into one file that wouldn't work without it. I guess I'll just remember that the full path exists and assume I won't need it again. Thanks