Re: Relative URL
Stephan Bergmann <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <[email protected]> |
On 03/14/11 20:05, Jan wrote: > Writing > > file://./theDocument.odt > > gives me the error: > > URL seems to be an unsupported one The above is not a relative file URL, it is a file URL with authority "." and absolute path "/theDocument.odt". A file URL with such an authority is not supported by OOo. Rather, ./theDocument.odt is a relative URL (note that for proper relative URLs, there is no scheme involved, so there are no "relative file URLs.") -Stephan -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help