Date: Fri, 1 Sep 2006 09:57:32 -0400
Reply-To: Kenneth Karan <posible88-sswug@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Kenneth Karan <posible88-sswug@YAHOO.COM>
Subject: Re: Deleting directory
On Thu, 31 Aug 2006 17:57:02 -0700, rama.kol@GMAIL.COM wrote:
>Is
>there a system command that I can use or specific function that does
>this, can you please give an example?
At the command prompt type rmdir /? and that should get you going. -- Ken
C:\>rmdir /?
Removes (deletes) a directory.
RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path
/S Removes all directories and files in the specified directory
in addition to the directory itself. Used to remove a directory
tree.
/Q Quiet mode, do not ask if ok to remove a directory tree with /S
C:\>