Creates a file entity in the MCV database
file EA path=PATH mime=TEXT by=NAME
| <First> | An entity address of file owner |
| path | A data associated with the file |
| mime | Mime type of file content |
| by | User name |
Example:
file Account/1111-22 path=C:\User\readme.txt mime="Hello world!" by=one
Destroys existing file and all its associated data
file EID by=NAME
| <First> | Id of a file to delete |
| by | User name |
Example:
file 1111-22 by=one
Gets file entity information from the MCV database
file EID
| <First> | Id of a file to get information about |
Example:
file 1111-22