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

Syntax

C#
public string IO_GetFileNameFromPath(
	string file,
	string key
)
Visual Basic
Public Function IO_GetFileNameFromPath ( 
	file As String,
	key As String
) As String
Visual C++
public:
virtual String^ IO_GetFileNameFromPath(
	String^ file, 
	String^ key
) sealed

Parameters

file
Type: System..::..String
key
Type: System..::..String

Return Value

Type: String

Implements

IService1..::..IO_GetFileNameFromPath(String, String)

See Also