Memento JavaScript Library: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 160: Line 160:
Open a file for read or write operations. If the file with the specified name does not exist yet, it will be created.
Open a file for read or write operations. If the file with the specified name does not exist yet, it will be created.


:; Argument
: '''Argument'''
:: '''name''' — The name and the full path to the file. For example, if the file is located on the SD card, the path should be something like /sdcard/example.txt.
::; name: The name and the full path to the file. For example, if the file is located on the SD card, the path should be something like /sdcard/example.txt.


:; Result
:; Result