| View previous topic :: View next topic |
| Author |
Message |
noveltech Contributor

Joined: 16 Sep 2002 Posts: 105
|
Posted: Wed Oct 09, 2002 8:27 pm Post subject: if @file("c:\temp\hello.htm") |
|
|
if @file("c:\temp\hello.htm") checks existance of hello.htm file.
How do you check existance for Directory only?
As in: if @directory("c:\temp") <DOES NOT WORK
Using the above " if @directory("c:\temp")" for communication purposes!
All feedback welcomed!
noveltech |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Wed Oct 09, 2002 8:37 pm Post subject: |
|
|
Use @file("c:\temp", D) to check for a DIR.
Check the help file, there's some other
stuff @file() can do.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
noveltech Contributor

Joined: 16 Sep 2002 Posts: 105
|
Posted: Thu Oct 10, 2002 1:28 am Post subject: Thank You |
|
|
Thanks MAC
Found the help file page you pointed out also.
noveltech |
|
| Back to top |
|
 |
|