Verifies if a file exists.
'Declaration
Public Function FileIsAvailable( _
ByVal As System.String _
) As System.Boolean
'Usage
Dim instance As ResultCache
Dim fileName As System.String
Dim value As System.Boolean
value = instance.FileIsAvailable(fileName)
public System.bool FileIsAvailable(
System.string
)
public function FileIsAvailable(
: System.String
): System.Boolean;
public function FileIsAvailable(
: System.String
) : System.boolean;
public: System.bool FileIsAvailable(
System.string*
)
public:
System.bool FileIsAvailable(
System.String^
)
Parameters
- fileName
- Name of file to be checked.
Return Value
Returns true if file exists.