Click here to show or hide the menubar.

Changed frontier.getfilepath to frontier.getprogrampath.
Instead of using frontier.pathstring as the basefolder, compute the location. I think there are places where this code runs before startup.startupScript and frontier.pathstring has not yet been correctly set. I'm seeing parts from rootupdates ending up in odd places and it calls this verb to locate the ops folder.
Minor code cleanup, no change in functionality.
A new core verb, we are going to move all UserLand-managed folders in to this folder. Others are welcome to do so too.
local (pc = file.getPathChar (), basefolder = file.folderfrompath (frontier.getprogrampath ()))
local (folder = basefolder + "Guest Databases" + pc)
local (nirvanaFolder = basefolder + "Nirvana Server" + pc)
folder = nirvanaFolder
file.newFolder (folder)
path = string.popLeading (path, "/")
path = string.replaceall (path, "/", pc)
folder = folder + path
folder = folder + pc
file.sureFilePath (folder)
file.sureFolder (folder)
return (folder)
dialog.alert (getSubFolder ("/ops/datafiles/"))
XML Stats & Atts.

This aggression will not stand.

Note: This page is being rendered using a template I have in a root, named My Template. This feels very nice and natural and I'm excited that it will lead very easily to themes. For more info, read this post.