Difference between revisions of "CSData 1 0-CSFile"
From ADF Docs
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
| + | Attention: Do not change any text in the description, signature, and paramter sections. | ||
| + | |||
| + | Return to [[CSData_1_0]] | ||
| + | |||
== Description == | == Description == | ||
| Line 4: | Line 9: | ||
public struct <strong>CSFile</strong> ( string action, string output, numeric mode, string source, string destination, string file, string filefield, string newfilename, string nameconflict, string directory, string filter, string direxists, string addnewline ) | public struct <strong>CSFile</strong> ( string action, string output, numeric mode, string source, string destination, string file, string filefield, string newfilename, string nameconflict, string directory, string filter, string direxists, string addnewline ) | ||
| − | == Parameters == | + | == Parameters == |
| − | + | <table id="lib-params"> | |
| + | <tr class="header"> | ||
| + | <td>Required</td> | ||
| + | <td>Name</td> | ||
| + | <td>Type</td> | ||
| + | <td>Description</td> | ||
| + | </tr> | ||
| + | |||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td class="required">required</td> | ||
| + | |||
| + | <td>action</td> | ||
| + | <td>string</td> | ||
| + | <td></td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td class="required">optional</td> | ||
| + | |||
| + | <td>output</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>mode</td> | ||
| + | <td>numeric</td> | ||
| + | <td>[Default: 775] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>source</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>destination</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>file</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>filefield</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>newfilename</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>nameconflict</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: Error] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>directory</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>filter</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>direxists</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: 1] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>addnewline</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: Yes] </td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Latest revision as of 12:32, 9 April 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to CSData_1_0
Description
Signature
public struct CSFile ( string action, string output, numeric mode, string source, string destination, string file, string filefield, string newfilename, string nameconflict, string directory, string filter, string direxists, string addnewline )
Parameters
| Required | Name | Type | Description |
| required | action | string | |
| optional | output | string | [Default: ] |
| mode | numeric | [Default: 775] | |
| source | string | [Default: ] | |
| destination | string | [Default: ] | |
| file | string | [Default: ] | |
| filefield | string | [Default: ] | |
| newfilename | string | [Default: ] | |
| nameconflict | string | [Default: Error] | |
| directory | string | [Default: ] | |
| filter | string | [Default: ] | |
| direxists | string | [Default: 1] | |
| addnewline | string | [Default: Yes] |