ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 NAME
  2         rename_file - rename a file
  3 
  4 SYNOPSIS
  5         int rename_file(string from, string to)
  6 
  7 
  8 DESCRIPTION
  9         Rename a file.  The destination file must not yet exist.  1 is
 10         returned if the file could be renamed, 0 otherwise.
 11 
 12 ERRORS
 13         Moving a directory may not be possible if the host operating system
 14         does not support this as a system call.  Moving a file across file
 15         systems will probably fail.
 16 
 17 SEE ALSO
 18         kfun/remove_file

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.