Welcome to palash web
VB.NET sample code
Pages
Home
VBA
NPOI
Learn Japanese
How to determine if a File is Hidden VB.NET
Public
Function
FileIsHidden(FilePath
As
String
)
As
Boolean
If
(System.IO.
File
.GetAttributes(FilePath)
And
System.IO.
FileAttributes
.Hidden) = System.IO.
FileAttributes
.Hidden
Then
Return
True
End
If
Return
False
End
Function
Newer Post
Older Post
Home
About Me
Palash Sarkar
View my complete profile