Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IO_DirectoryExists(
	string dir,
	string key
)
Visual Basic
Public Function IO_DirectoryExists ( 
	dir As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool IO_DirectoryExists(
	String^ dir, 
	String^ key
) sealed

Parameters

dir
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..IO_DirectoryExists(String, String)

See Also