TinyMCE:API/tinymce.util.URI/toRelPath
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: toRelPath
[edit]
Summary
Converts a absolute path into a relative path.
[edit]
Syntax
<void> toRelPath(<String> base, <String> path)
[edit]
Parameters
- base
- Base point to convert the path from.
- path
- Absolute path to convert into a relative path.
