Difference between revisions of "CSData 1 0-CSFile"
From ADF Docs
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 == | ||
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 | 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] |