Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-05-05 18:40:40 -0700 (Thu, 05 May 2005)
Revision: 965
Log message:
On Win32 use the SHGetFolderPath function to get the location
of the HOME directory.
Instead of using Unix.access to check whether a file is
writable or not, just open the file in write-mode. This
is certainly more expensive, but is also much more reliable.
| Changes | Path |
| +14 -10 | omake/Makefile.dep.nt |
| +5 -4 | omake/Makefile.nt |
| +18 -0 | omake/omake_cutil.c |
| +20 -8 | omake/src/ir/omake_state.ml |
| +9 -0 | omake/src/util/omake_util.ml |
| +4 -0 | omake/src/util/omake_util.mli |