About function "directory?"
Posted: Thu Mar 24, 2005 8:12 am
Why (directory? "c:\\winnt") => true
but (directory? "c:") => nil
and why (directory? "c:\\") => true
but (directory? "c:\\winnt\\") => nil
It is right?
May be "\\" at the end of directory must be ignored?
but (directory? "c:") => nil
and why (directory? "c:\\") => true
but (directory? "c:\\winnt\\") => nil
It is right?
May be "\\" at the end of directory must be ignored?