Difference between revisions of "Fs.delete"

From ComputerCraft Wiki
Jump to: navigation, search
(Admiration Adding machine)
(Copy description from API page and use type template)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Nike shoes involve just about the most trusted manufacturers for footwear across the world. There are received huge popularity with their valuable limitless options and the best prices. Nike sneaker were introduced within 1962. Ever since then these footwear come to be the number one sneakers across the globe. Nike heels involve several shoes or boots furrows. This is a person main basis for its reputation. People who have particular needs and consequently likings can discover the particular sneaker they want in the form of a real Nike. Whether or not you're a guy or a girl, her potentially a son, a good from ages man or perhaps a little tot, you will discover an excellent Nike boot on your own without any setback. A lot of the well-known goods via Nike contain tennis shoes.everyday shoes or boots, spikes, flip flops, overshoes, and in addition surges.  
+
{{lowercase}}
Pimple control the truly great products to gain Nike, the particular longevity of these footwear can be another reason behind it's success. These footwear tend to be remarkably happy driving them to a delicacy for your foot. In addition to the most sophisticated technological innovation employed in the producing of the shoes ensures they ideal option for all. Nike Fatmus Temperatures Maximum, Nike Professional, Nike+ incorporate a number of the common heels right from Nike.
+
{{Function
The most in demand shoes or boots through Nike could be the sports shoes. These shoes from Nike are trusted each components of the earth. You may find Nike running ranges for several sports such like soccer, football, tennis, hockey, golf club and in addition football. Each of these series are fashioned keeping in view particular conditions of these game titles. These sneakers through Nike can also be used in sporting activities about the intercontinental stage.
+
|name=fs.delete
There are also many series to gain everyday don. Such as jogging shoes, trainers, sneaker pertaining to skating for example features. Each of these shoes are actually resilient in addition to beautiful.  
+
|args={{Type|string}} path
Shoes at Nike are also durables and also light in weight. Most are really comfy as well as flexible causing them to be an incredible ways for limitless purchasers. Footwear from Nike will also be really popular shoes or boots. They might be full, lengthy in addition to stylish. The Spikes at Nike'azines is certainly popular shoe. With hundreds of stores in different parts of the planet, Nike'ings brand is different on the planet involving sneakers.
+
|api=fs
 +
|desc=Deletes a file or directory. A nonexistent target is ignored; a directory is deleted along with all its contents.
 +
|examples=
 +
{{Example
 +
|desc=Deletes a file or directory called "test1" in the root directory
 +
|code=fs.delete("test1")
 +
}}
 +
}}
 +
 
 +
[[Category:Lua_Core_Functions]]

Latest revision as of 19:43, 22 April 2013


Grid Redstone.png  Function fs.delete
Deletes a file or directory. A nonexistent target is ignored; a directory is deleted along with all its contents.
Syntax fs.delete(string path)
Returns nil
Part of ComputerCraft
API fs

Examples

Grid paper.png  Example
Deletes a file or directory called "test1" in the root directory
Code
fs.delete("test1")