
8 Apr
2013
8 Apr
'13
6:45 p.m.
Hi, I got "not exists ..." from fileExists <- doesFileExist "~/blah_blah" if fileExists then print "exists ..." else print "not exists ..." using the directory-1.1.0.2 package, when ~/blah_blah does exist. I do not want to change "~" to a specific home directory such as "/home/a_userid" for the sake of portability. What else can I do before the bug (suppose this is a bug) is fixed? Thanks, Hong