I have a program that checks for the existence of a directory using the FILE() function using NUL.
EX:
? FILE("C:\TEMP\NUL")
In Win9x it works as it should giving .T. if it does exist.
In Win2000 it doesn't work and gives .F. no matter what.
Here's a link from MS which confirms this usage:
Its curious that the MS page, which has a Last Review date of December 1, 2003, says nothing about this.
Does anyone have any info on this problem.
EX:
? FILE("C:\TEMP\NUL")
In Win9x it works as it should giving .T. if it does exist.
In Win2000 it doesn't work and gives .F. no matter what.
Here's a link from MS which confirms this usage:
Its curious that the MS page, which has a Last Review date of December 1, 2003, says nothing about this.
Does anyone have any info on this problem.