TechnoTone
Well-known member
Whats wrong with the following line (VB.NET):
Im getting the error:
"Option Strict On disallows implicit conversions from System.IO.FileAttributes to Boolean."
Code:
If myFileInfo.Attributes And IO.FileAttributes.ReadOnly Then
"Option Strict On disallows implicit conversions from System.IO.FileAttributes to Boolean."