Skip to content

URIHelpers.RemotePath.Operator_Convert

Andrew Lambert edited this page Jun 13, 2017 · 2 revisions

URIHelpers.RemotePath.Operator_Convert

Method Signatures

 Sub Operator_Convert(NewPath As String)

Remarks

Parses the passed string value as remote file path in URI format, and populates the instance. Use this in lieu of the Class Constructor.

Example

 Dim p As URIHelpers.RemotePath = "/bin/index.html" ' construct a RemotePath instance
Clone this wiki locally