Difference between revisions of "love.filesystem.remove"
m (1 revision: Importing from potato (again).) |
m (included link to other languages) |
||
Line 1: | Line 1: | ||
− | |||
Removes a file (or directory). | Removes a file (or directory). | ||
== Function == | == Function == | ||
Line 14: | Line 13: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Removes a file (or directory).}} | {{#set:Description=Removes a file (or directory).}} | ||
+ | == Other Languages == | ||
+ | {{i18n|love.filesystem.remove}} |
Revision as of 08:53, 5 January 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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info