Types
Url
Create a URL:
-- regular file
local url = Url("/root/Downloads/logo.png")
-- `bgm.mp3` from the archive `ost.zip`
local url = Url("archive:///root/ost.zip#bgm.mp3")
name
Filename of the URL.
| Type | string? |
stem
Filename without the extension.
| Type | string? |
parent
Parent directory.
| Type | Self? |