dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
Uri
dls
util
uri
Undocumented in source.
class
Uri {
import
dls
.
protocol
.
definitions
:
DocumentUri
;
;
import
std
.
regex
:
regex
;
;
string
path
[@property getter];
this
(DocumentUri uri);
string
toString
();
static
Uri
fromPath
(string path);
}
Constructors
this
this
(DocumentUri uri)
Undocumented in source.
Alias This
toString
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
path
string
path
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromPath
Uri
fromPath
(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dls
util
uri
classes
Uri
functions
filenameCmp
normalized
sameFile