Return true if the file is hidden
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function FileIsHidden ( _ fileName As String _ ) As Boolean |
| C# |
|---|
public static bool FileIsHidden( string fileName ) |
Parameters
- fileName
- Type: System..::..String