Location to lookup.
Union of FolderFlags. Note: This function does not cache its results.
Path where files of type should be written to by current user, or an empty string if could not determine path.
string downloadsDir = writablePath(StandardPath.downloads, FolderFlag.verify); if (downloadsDir.length) { //Open file dialog with this directory. } else { //Could not detect default downloads directory. //Ask user to choose default downloads directory for this application. }
Get writable path for specific location.