@Jay Using this:
Engine.saveUserPreset(folderUser.toString(File.FullPath) + "/" + saveTextField);folderUser is one of my subfolders in the UserPresets folder, then the to string converts that path to the full path and the saveTextField is the string the user entered as the name they want to save. Hope this helps!