Approver, Staff, Administrators
7
edits
(Add warning about bricks) |
m (Make optional params italic) |
||
Line 32: | Line 32: | ||
====dl - Download files from the console==== | ====dl - Download files from the console==== | ||
dl(filename, directorypath, local_filename) | dl(filename, ''directorypath, local_filename'') | ||
'''filename''': Relative or absolute path to the file which should be downloaded from the Wii U | '''filename''': Relative or absolute path to the file which should be downloaded from the Wii U | ||
Line 51: | Line 51: | ||
====ls - List files and folders==== | ====ls - List files and folders==== | ||
ls(path, return_data) | ls(''path, return_data'') | ||
'''''path''''': Optional relative or absolute path. If not specified the current working directory will be used. | '''''path''''': Optional relative or absolute path. If not specified the current working directory will be used. | ||
Line 62: | Line 62: | ||
====up - Upload files to the console==== | ====up - Upload files to the console==== | ||
up(local_filename, filename) | up(local_filename, ''filename'') | ||
'''local_filename''': Relative or absolute path to a file on the PC | '''local_filename''': Relative or absolute path to a file on the PC |