Difference between revisions of "CSData 1 0-CSFile"

From ADF Docs
Jump to: navigation, search
Line 4: Line 4:
 
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 ==  
  
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>optional</td>
 +
 +
<td class="required">optional</td>
 +
 +
<td>output</td>
 +
<td>string</td>
 +
<td>[Default: ] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>mode</td>
 +
<td>numeric</td>
 +
<td>[Default: 775] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>source</td>
 +
<td>string</td>
 +
<td>[Default: ] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>destination</td>
 +
<td>string</td>
 +
<td>[Default: ] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>file</td>
 +
<td>string</td>
 +
<td>[Default: ] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>filefield</td>
 +
<td>string</td>
 +
<td>[Default: ] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>newfilename</td>
 +
<td>string</td>
 +
<td>[Default: ] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>nameconflict</td>
 +
<td>string</td>
 +
<td>[Default: Error] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>directory</td>
 +
<td>string</td>
 +
<td>[Default: ] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>filter</td>
 +
<td>string</td>
 +
<td>[Default: ] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>direxists</td>
 +
<td>string</td>
 +
<td>[Default: 1] </td>
 +
</tr>
 +
 +
<tr>
 +
<td>optional</td>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>addnewline</td>
 +
<td>string</td>
 +
<td>[Default: Yes] </td>
 +
</tr>
 +
 +
</table>

Revision as of 03:30, 24 March 2010

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 optional output string [Default: ]
optional   mode numeric [Default: 775]
optional   source string [Default: ]
optional   destination string [Default: ]
optional   file string [Default: ]
optional   filefield string [Default: ]
optional   newfilename string [Default: ]
optional   nameconflict string [Default: Error]
optional   directory string [Default: ]
optional   filter string [Default: ]
optional   direxists string [Default: 1]
optional   addnewline string [Default: Yes]