Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking if a file is a hidden or system file
Message
 
To
14/04/2005 13:27:36
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
01004782
Message ID:
01004787
Views:
17
Have you checked out File.GetAttributes in MSDN? Here's a snippet:
If (File.GetAttributes(path) And FileAttributes.Hidden) = FileAttributes.Hidden Then
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform