Set Path value.
IniLikeEntryException if wd is not valid path or wd is not abolute path.
auto df = new DesktopFile(); version(Posix) { assertNotThrown(df.workingDirectory = "/valid"); assertThrown(df.workingDirectory = "not absolute"); } assertThrown(df.workingDirectory = "/foo\0/bar");
See Implementation
Set Path value.