Deprecated Prizm Content Connect
IsFolderSafeToOpen Method






Path to check.
Checks if folder is inside doc or temp folder as specified in origPath.
Syntax
'Declaration
 
Public Function IsFolderSafeToOpen( _
   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.IsFolderSafeToOpen(origPath)
public System.bool IsFolderSafeToOpen( 
   System.string origPath
)
public function IsFolderSafeToOpen( 
    origPath: System.String
): System.Boolean; 
public function IsFolderSafeToOpen( 
   origPath : System.String
) : System.boolean;
public: System.bool IsFolderSafeToOpen( 
   System.string* origPath
) 
public:
System.bool IsFolderSafeToOpen( 
   System.String^ origPath
) 

Parameters

origPath
Path to check.

Return Value

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

Reference

ApplicationConfig Class
ApplicationConfig Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback