DIRLIST doesn't work on XP (AREV Specific)
At 14 AUG 2002 11:16:54PM David A Gramann wrote:
When I execute DIRLIST on an XP workstation it returns a null list. The same code has worked on previous operating systems.
At 16 AUG 2002 01:24PM Curt Putnam wrote:
I get the same result. Hope that someone has a fix?
At 16 AUG 2002 04:03PM [url=http://www.sprezzatura.com" onMouseOver=window.status= Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
If I InitDir first it works fine on my AREV 3.12/XP system here.
World Leaders in all things RevSoft
At 16 AUG 2002 08:48PM Curt Putnam wrote:
Try what I tried and then let's find out what's different between the systems.
Initdir "C:\"
A=Dirlist()
debug
for me, A is null. All kinds of code that worked under '98/ME is broken.
At 16 AUG 2002 08:51PM Curt Putnam wrote:
Initdir "C:\*.*" does work.
At 20 AUG 2002 02:39AM David A Gramann wrote:
I do an INITDIR first before I start my loop and that works
Just the DIRLIST is not working.
Any Ideas.