RMDIR

From MCS Wiki AVR
(Difference between revisions)
Jump to: navigation, search
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = This statement removes the specified directory. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;">&...")

Latest revision as of 00:25, 12 February 2013

Contents

Action

This statement removes the specified directory.

 

 

Syntax

RMDIR directory

 

 

Remarks

RMDIR (ReMove DIRectory) removes the specified directory or folder.

The folder must exist. You may not use a path.

While KILL is used to remove files, RMDIR is used to remove directories.

You should remove all files before you remove the directory.

 

 

See also

INITFILESYSTEM , OPEN , CLOSE, FLUSH , PRINT, LINE INPUT, LOC, LOF , EOF , FREEFILE , FILEATTR , SEEK , BSAVE ,BLOAD , KILL , DISKFREE , DISKSIZE , GET , PUT, FILELEN , FILEDATE , FILETIME , FILEDATETIME , WRITE , INPUT , DIR,MKDIR, CHDIR

 

 

 

Example


RMDIR "abc"

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language