Description
Converts a file from one file type to another, with options. Similiar to McImageLib.McImage.Convert, but with files.
Properties: String Source - The directory or filename, with or without tokens, you wish to convert.
-
Return Type
-
None
-
Syntax
-
object.Convert Source
The Convert Method syntax has these parts: |
| object | An expression evaluating to an object of type McFiles. | | Source | Required. A String value. | Remarks
Specify the string of the file you wish to convert. Previous options of OutputStream and OutputPath need to be set. Convert can be recursive (Property Recursive), in which the directory structure is replicated in the OutputPath.
|