| [ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] | 
Most Emacs Lisp file-manipulation functions get errors when used on files 
that are directories.  For example, you cannot delete a directory with 
delete-file.  These special functions exist to create and delete 
directories.
This function creates a directory named dirname.  If parents is 
non-nil, as is always the case in an interactive call, that means to 
create the parent directories first, if they don't already exist.
This function deletes the directory named dirname.  The function 
delete-file does not work for files that are directories; you must 
use delete-directory for them.  If the directory contains any files, 
delete-directory signals an error.
This function only follows symbolic links at the level of parent directories.
 
  Ce document a été généré par Eric Reinbold le 13 Octobre 2007 en utilisant texi2html 1.78.