Deprecated Prizm Content Connect
IsFileSafeToOpen Method






File path to check.
Checks if file path is inside doc or temp folder as specified in origPath.
Syntax
'Declaration
 
Public Function IsFileSafeToOpen( _
   ByVal origPath As System.String _
) As System.Boolean
'Usage
 
Dim instance As ApplicationConfig
Dim origPath As System.String
Dim value As System.Boolean
 
value = instance.IsFileSafeToOpen(origPath)
public System.bool IsFileSafeToOpen( 
   System.string origPath
)
public function IsFileSafeToOpen( 
    origPath: System.String
): System.Boolean; 
public function IsFileSafeToOpen( 
   origPath : System.String
) : System.boolean;
public: System.bool IsFileSafeToOpen( 
   System.string* origPath
) 
public:
System.bool IsFileSafeToOpen( 
   System.String^ origPath
) 

Parameters

origPath
File path to check.

Return Value

True if the file can be opened in origPath false otherwise.
See Also

Reference

ApplicationConfig Class
ApplicationConfig Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback