Delphi Basics : RmDir command
Description The RmDir procedure removes a directory from the current directory. If the directory does not exist, an EInOutError exception is thrown. You can avoid such an exception by preventing IO errors using the {$IOChecks Off} compiler directive. You ...