Data Port Sync 1.0.500

Pipe. Method 

[This is preliminary documentation and subject to change.]

Checks if a given file exists in the remote CE file system.

[Visual Basic]
Public Function ( _
   ByVal String As String _
) As Boolean
[C#]
public bool (
   String strFileName
);

Parameters

String
File name to search for.

Return Value

true if the filename.

See Also

Pipe Class | Primeworks.DesktopSqlCe Namespace