Creates a file entity
file c owner=EA path=PATH mime=TEXT by=NAME
| owner | Entity address of the file owner | |
| path | Path to the file content | |
| mime | Optional | Mime type of the file content |
| by | Name of the user authorized to access the file owner |
Example:
file c owner=User/1111-22 path=C:\User\readme.txt mime="Hello world!" by=satoshi
Destroys existing file and all its associated data
file x id=EID by=NAME
| id | Id of the file to delete | |
| by | Name of the user |
Example:
file x id=1111-22 by=satoshi
Gets information about the specified file
file e id=EID
| id | Id of the file to get information about |
Example:
file e id=1111-22