⚲
file_create
Creates a new file
Arguments
String file path
String mode. Can be 'text' or 'bin'
Boolean if file exists append new data
Output
File object
Examples