file open/Changes the contact list file being accessed to a different one in the data subfolder.
Format: file open/FILE_NAME
FILE_NAME.json in the data subfolder.FILE_NAME.json does not already exist, it will be created with an empty contact list.FILE_NAME can only contain Alphanumeric characters and/or the underscore '_' character.Examples:
file open/new_file will create new_file.json and allow immediate access to it.file delete/Deletes the specified file from the data subfolder.
Format: file delete/FILE_NAME
FILE_NAME.json in the data subfolder.FILE_NAME.json must exist in the data subfolder.FILE_NAME.json cannot be the currently accessed file.FILE_NAME.json is not empty, an alert window will pop up and require confirmation of deletion.Examples:
file delete/empty will delete said file without issue.file delete/oldContactList will trigger an alert window to appear and prompt for confirmation.