36 <tr> |
36 <tr> |
37 <td><a href="#copyMetaFile">copyMetaFile</a></td> |
37 <td><a href="#copyMetaFile">copyMetaFile</a></td> |
38 <td>Function to copy a file to its destination.</td> |
38 <td>Function to copy a file to its destination.</td> |
39 </tr> |
39 </tr> |
40 <tr> |
40 <tr> |
41 <td><a href="#copyMetaFilesTree">copyMetaFilesTree</a></td> |
|
42 <td>Function to copy the files of a directory tree.</td> |
|
43 </tr> |
|
44 <tr> |
|
45 <td><a href="#createWindowsLinks">createWindowsLinks</a></td> |
41 <td><a href="#createWindowsLinks">createWindowsLinks</a></td> |
46 <td>Create Desktop and Start Menu links.</td> |
42 <td>Create Desktop and Start Menu links.</td> |
47 </tr> |
43 </tr> |
48 <tr> |
44 <tr> |
49 <td><a href="#createWindowsShortcut">createWindowsShortcut</a></td> |
45 <td><a href="#createWindowsShortcut">createWindowsShortcut</a></td> |
126 </dd> |
122 </dd> |
127 </dl> |
123 </dl> |
128 <div align="right"><a href="#top">Up</a></div> |
124 <div align="right"><a href="#top">Up</a></div> |
129 <hr /> |
125 <hr /> |
130 <hr /> |
126 <hr /> |
131 <a NAME="copyMetaFilesTree" ID="copyMetaFilesTree"></a> |
|
132 <h2>copyMetaFilesTree</h2> |
|
133 <b>copyMetaFilesTree</b>(<i>src, dst</i>) |
|
134 |
|
135 <p> |
|
136 Function to copy the files of a directory tree. |
|
137 </p> |
|
138 <dl> |
|
139 |
|
140 <dt><i>src</i></dt> |
|
141 <dd> |
|
142 name of the source directory |
|
143 </dd> |
|
144 <dt><i>dst</i></dt> |
|
145 <dd> |
|
146 name of the destination directory |
|
147 </dd> |
|
148 </dl> |
|
149 <div align="right"><a href="#top">Up</a></div> |
|
150 <hr /> |
|
151 <hr /> |
|
152 <a NAME="createWindowsLinks" ID="createWindowsLinks"></a> |
127 <a NAME="createWindowsLinks" ID="createWindowsLinks"></a> |
153 <h2>createWindowsLinks</h2> |
128 <h2>createWindowsLinks</h2> |
154 <b>createWindowsLinks</b>(<i></i>) |
129 <b>createWindowsLinks</b>(<i></i>) |
155 |
130 |
156 <p> |
131 <p> |