I'm trying to get out on VB thinking and into Rev

I searched under exist and fount nothing. Can some1 help with this code?

It checks to see if c:\winnt\ exist if so then it works from that director, else it works from the c:\windows\ directory

This is one of the headaches that programmers can thank Billy Boy for.

Maybe there is a better way in Rev, if so I don't know about it. *

Dire = Dir("c:\winnt\", vbDirectory)
If Dire <> "" Then
Dire = "c:\winnt\"
Else
Dire = "c:\Windows\"
End If


Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to