JAMS Developer Guide
PathExists Method (Folder)


MVPSI.JAMS Namespace > Folder Class : PathExists Method
Folder or Object path.
JAMS Server.
Test to determine whether ANY type of folder object (or folder) exists at the given path on the specified server.
Syntax
'Declaration
 
Public Shared Function PathExists( _
   ByVal path As System.String, _
   ByVal js As Server _
) As System.Boolean
'Usage
 
Dim path As System.String
Dim js As Server
Dim value As System.Boolean
 
value = Folder.PathExists(path, js)
public static System.bool PathExists( 
   System.string path,
   Server js
)

Parameters

path
Folder or Object path.
js
JAMS Server.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Folder Class
Folder Members