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