Opencomputers: folder and file names with spaces

Created on 12 Apr 2017  路  1Comment  路  Source: MightyPirates/OpenComputers

You can do

loadfile("/bind/edit.lua")("This works as a file name.")

but

edit This works as a file name.
del This works as a file name.

won't work even if the file exists.

question

Most helpful comment

Try edit "This works as a file name."
Generally in a shell you need to quote parameters with a space.

>All comments

Try edit "This works as a file name."
Generally in a shell you need to quote parameters with a space.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wylderhoads1809 picture wylderhoads1809  路  9Comments

bbgott picture bbgott  路  4Comments

kman3107 picture kman3107  路  6Comments

BrisingrAerowing picture BrisingrAerowing  路  5Comments

joserobjr picture joserobjr  路  4Comments