Brecham.Obex — An OBEX library for the .NET Framework

ObexClientSession.SetPath Method

Do a SetPath command asking to move to the given child folder, with the given options.

Overload List

Do a SetPath command asking to move to the given child folder, with the given options.

public void SetPath(BackupFirst,string,IfFolderDoesNotExist);

Obsolete. Do a SetPath command asking to move to the given child folder, with the given options.

public void SetPath(bool,string,bool);

Do a SetPath command asking to move to the given child folder.

public void SetPath(string);

See Also

ObexClientSession Class | Brecham.Obex Namespace