URL to access.
The value associated with "URL" key.
auto df = new DesktopFile(iniLikeStringReader("[Desktop Entry]\nType=Link\nURL=https://github.com/")); assert(df.url() == "https://github.com/");
See Implementation
URL to access.