local (pc = file.getPathChar (), basefolder = file.folderfrompath (frontier.getprogrampath ()))
local (folder = basefolder + "Guest Databases" + pc)
local (nirvanaFolder = basefolder + "Nirvana Server" + pc)
path = string.popLeading (path, "/")
path = string.replaceall (path, "/", pc)
folder = folder + path
file.sureFilePath (folder)
file.sureFolder (folder)
return (folder)