save_profile

Declaration

save_profile (name: STRING)

Description

Stores the profile to name in the file system. Profiles are stored to the location 'profiles' and have the extension '.pfl'.

See Also

load_variable
profile functions
Profile Manager
Location Manager

Example

script save is
  save_profile (current_user)
end