Difference between revisions of "love.filesystem.remove"

m (included link to other languages)
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Removes a file (or directory).}}
 
{{#set:Description=Removes a file (or directory).}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.filesystem.remove}}
 
{{i18n|love.filesystem.remove}}

Revision as of 09:41, 25 March 2011

Removes a file (or directory).

Function

Synopsis

ok = love.filesystem.remove( name )

Arguments

string name
The file or directory to remove.

Returns

boolean ok
True if the file/directory was removed, false otherwise.

See Also


Other Languages