Component: Choose File ( Control)
From Flowcode Help
Jump to navigationJump to searchAuthor | MatrixTSL |
Version | 0.1 |
Category | Control |
Contents
Choose File component
Allows a file to be selected
Component Source Code
Please click here to download the component source project: FC_Comp_Source_WEBEXP_ChooseFile.fcsx
Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_ChooseFile.fcsx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetFileCount
GetFileCount | |
Returns the number of files selected by the user | |
- BYTE | Return |
GetFileName
GetFileName | |
Returns the name of a file selected by the user | |
- BYTE | index |
Use '0' for the first file, '1' for the second, etc. | |
- STRING | Return |
GetFileSize
GetFileSize | |
Returns the size of one of the files selected by the user | |
- BYTE | index |
Use '0' for the first file, '1' for the second, etc. | |
- LONG | Return |