jimw            Thu Dec  6 21:14:55 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  copy: incorporate user notes, add see also for section on file uploads
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.93 phpdoc/en/functions/filesystem.xml:1.94
--- phpdoc/en/functions/filesystem.xml:1.93     Thu Dec  6 21:09:09 2001
+++ phpdoc/en/functions/filesystem.xml  Thu Dec  6 21:14:55 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.93 $ -->
+<!-- $Revision: 1.94 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -250,9 +250,16 @@
       </programlisting>
      </example>
     </para>
+    <warning>
+     <para>
+      If the destination file already exists, it will be overwritten.
+     </para>
+    </warning>
     <para>
-     See also <function>move_uploaded_file</function> and
-     <function>rename</function>.
+     See also <function>move_uploaded_file</function>,
+     <function>rename</function>, and the section of the manual
+     about <link linkend="features.file-upload">handling file
+     uploads</link>.
     </para>
    </refsect1>
   </refentry>


Reply via email to