Unix != Windows != VMS != OS X
"Cannot write to '/home/username/test.txt', path does not exist".
- "It works on my box!"
- Don't assume the file system is Unix
- Don't use local paths (includes Win32 authors)
- Don't write to a file system outside the build area
- ... unless it's the system temporary directory


