Prizm Content Connect
FileIsAvailable Method






Name of file to be checked.
Verifies if a file exists.
Syntax
'Declaration
 
Public Function FileIsAvailable( _
   ByVal fileName 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 fileName
)
public function FileIsAvailable( 
    fileName: System.String
): System.Boolean; 
public function FileIsAvailable( 
   fileName : System.String
) : System.boolean;
public: System.bool FileIsAvailable( 
   System.string* fileName
) 
public:
System.bool FileIsAvailable( 
   System.String^ fileName
) 

Parameters

fileName
Name of file to be checked.

Return Value

Returns true if file exists.
See Also

Reference

ResultCache Class
ResultCache Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback