->addRow("File/Download",array(),"Allows users to download files when logged in, or using a given token")
->addRow("File/Upload",array(),"Allows users to upload files when logged in, or using a given token")
->addRow("File/ValidateToken",array(),"Allows users to validate a given token")
->addRow("File/RevokeToken",array(USER_GROUP_ADMIN),"Allows users to revoke a token")
->addRow("File/ListFiles",array(),"Allows users to list all files assigned to an account")
->addRow("File/ListTokens",array(USER_GROUP_ADMIN),"Allows users to list all tokens assigned to the virtual filesystem of an account")
->addRow("File/CreateDirectory",array(),"Allows users to create a virtual directory")
->addRow("File/Rename",array(),"Allows users to rename files in the virtual filesystem")
->addRow("File/Move",array(),"Allows users to move files in the virtual filesystem")
->addRow("File/Delete",array(),"Allows users to delete files in the virtual filesystem")
->addRow("File/CreateUploadToken",array(USER_GROUP_ADMIN),"Allows users to create a token to upload files to the virtual filesystem assigned to the users account")
->addRow("File/CreateDownloadToken",array(USER_GROUP_ADMIN),"Allows users to create a token to download files from the virtual filesystem assigned to the users account");