FindFile broken in 4.0.1b under WFW3.11 [message #6896] |
Mon, 19 August 1996 00:00 |
David.Steele
Messages: 8 Registered: April 1996
|
Junior Member |
|
|
I've been using IDL 4.0.1b under WFW3.11 for nearly a year now without
(serious) problems. However, since Friday afternoon the built-in FindFile()
function has stopped working. Given a valid, correctly-formatted argument, it
simply fails to return any matching files. E.g.,
IDL> result=FindFile('c:\dos\*.exe')
IDL> help,result
RESULT STRING = ''
when there are 45 files matching 'c:\dos\*.exe'.
Has anyone else ever experienced this problem? If so, how did you fix it?
I've already re-installed IDL, with no change in the situation. I'm thinking
about re-installing DOS and/or Windows, since I'm thinking that FindFile
probably uses hooks in the OS. Any advice?
Replies by e-mail, please. I'll post anything of general interest.
Dave
--
------------------------------------------------------------ ------------
David P. Steele Ph: (306) 966-6447
ISAS, University of Saskatchewan Fax: (306) 966-6400
116 Science Place David.Steele@usask.ca
Saskatoon SK S7N 5E2 CANSAS::STEELE
|
|
|