Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / COM / July 2003



Tip: Looking for answers? Try searching our database.

File Path Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tank - 30 Jul 2003 18:43 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.