Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.st_FileHasAttribute Function
Checks if the specified file has a certain attribute
Syntax
Public Function st_FileHasAttribute (ByRef
sPath
As String, _
ByRef
iAttr
As
eUniFileAttributes
) As Boolean
Parameters
Parameter
Description
ByRef
sPath
As String
The complete filename with path
ByRef
iAttr
As
eUniFileAttributes
The attribute to check
Remarks