1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Ralf Hoffmann">
<title>Copy</title>
<link rel="contents" href="sidemap.html" title="Content">
<link rel="start" href="index.html" title="Index">
<link rel="index" href="index.html" title="Index">
<link rel="prev" href="function7.html" title="">
<link rel="next" href="function9.html" title="">
<link rel="chapter" href="introduction.html" title="Introduction">
<link rel="chapter" href="installation.html" title="Installation">
<link rel="chapter" href="config.html" title="Configuration">
<link rel="chapter" href="usage.html" title="Usage">
<link rel="chapter" href="function.html" title="Function overview">
<link rel="chapter" href="todo.html" title="TODO">
<link rel="chapter" href="changelog.html" title="ChangeLog">
<link rel=stylesheet type="text/css" href="style.css">
</head>
<BODY ALINK="#FFFF00" BACKGROUND="../pics/winback.png" BGCOLOR="#8E8E8E" LINK="#33FF33" TEXT="#000000" VLINK="#FF0000">
<center>
<h1>
<b>
<i>Copy</i>
</b>
</h1></center><br><br>
With this function you can copy or move files.
<P>
<u>Options:</u><BR><br>
<center><IMG SRC="../pics/f3.png" ALT="Copy" WIDTH="234" HEIGHT="273"></center><BR>
<ol>
<li><u>Follow Symlinks</u><br>
Only the copy-function will follow symlinks. For example if there is a symlink at a directory the directory will be copied, not the symlink. This is very important for example if you use devices such as a disk.
</li>
<li><u>Move</u><br>
Lets you move the selected files.</li>
<li><u>Rename</u><br>
Selected items will be renamed but not the subdirectories or files situated in the subdirectories.
</li>
<li><u>Same directory</u><br>
This lets you copy the file in the same directory. The copy will be renamed.
</li>
<li><u>Request destination</u><br>
If you select this option you will be asked for the destination.
</li>
<!--
<li><u>Overwrite-mode</u><br>
Choose how to overwrite:<br>
<ul>
<li>Request<br>
Default-mode; you will always be requested if the file allready exists.</li>
<li>Allways<br>
The files will allways be overwritten without request!!!</li>
<li>Never<br>
Files will never be overwritten!!!</li>
</ul>
</li>
//-->
<li><u>Copy mode</u><br>
Choose the copy mode:<br>
<ul>
<li>Normal<br>
This is the default mode. For displaying a progress bar a database, containing the copied files, will be filled up.</li>
<li>Fast<br>
There will be no database and no progress bar.<br>This speeds up the copy-process and memory will be saved.</li>
</ul>
</li>
</ol>
Copy-programs for copying so called "non-regular" files can be inserted in the to textfields (e.g. symlinks).<br>
The second textfield can contain a overwrite-program for these "non-regular" files.
<br><br><u><b>Attention:</b></u> Normally this entry is <u>NOT</u> necessary, because the UNIX 'cp' will be used by default.<br>
If you want to use a different program you have to consider the following:
The inserted string has to contain %s two times. At these points the source and the destination will be inserted. But you can not do anything wrong because the program always checks your input.
<br>
<ol start=7>
<li>If you select this option the flags will be requested on every execution
</li>
</ol>
<center><HR>
<a href="function.html"><b>Goto Function</b></a><br>
<a href="config4-1.html"><b>Goto Edit Button</b></a><br>
<a href="index.html"><b>Home</b></a></center>
</body>
</html>
|