URL.this
- this(string schema, string host, ushort port, InetPath path)
- this(string schema, InetPath path)
- this(string schema, string host, ushort port, PosixPath path)
- this(string schema, PosixPath path)
- this(string schema, string host, ushort port, WindowsPath path)
- this(string schema, WindowsPath path)
- this(WindowsPath path)
- this(PosixPath path)
- this(string url_string)
index vibe inet url URL
constructorsfunctionspropertiesstatic functions
Constructs a "file:" URL from a native file system path.
Note that the path must be absolute. On Windows, both, paths starting with a drive letter and UNC paths are supported.