Anyone I am sure can tell me this, in fact I have use a
function to do this, but I cannot for the life of me
remember or find how to see if a directory is valid or
not. All I want to do is have the user type in the
directory and see if it is valid or not.... ANYONE!! I am
sure can answer this. Thanks
Peter Fay - 30 Jul 2003 21:27 GMT
GetAttr Function Example
This example uses the GetAttr function to determine the attributes of a file
and directory or folder.
...
' Assume MYDIR is a directory or folder.
MyAttr = GetAttr("MYDIR") ' Returns 16.
> Anyone I am sure can tell me this, in fact I have use a
> function to do this, but I cannot for the life of me
> remember or find how to see if a directory is valid or
> not. All I want to do is have the user type in the
> directory and see if it is valid or not.... ANYONE!! I am
> sure can answer this. Thanks