Module fmipp.pathToURI

pathToURI(path)

Convert path to URI.

Parameters

path (str) – directory or file path

Returns

URI of path

Return type

str

concatPathsToURI(path1, path2)

Concatenate two paths and return URI of resulting path

Parameters
  • path1 (str) – directory or file path

  • path2 (str) – directory or file path

Returns

URI of concatenated path

Return type

str