Removes a given prefix from a specific path. If the prefix is not a prefix of the specified path, the path is returned unmodified.
| C# | Visual Basic | Visual C++ |
The path without the prefix.
| Exception | Condition |
|---|---|
| RxPathException | If prefix is not a prefix of the supplied path. |
