Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.CloseInputFile
Closes the input file.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 2.6 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.CloseInputFile"; curl ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
Result
Returns "OK" on success or error message.
Description
Closes the input file.To open file for reading data use CURL.OpenInputFile function.
The plugin closes files automatically when you call CURL.Release.
Do not call this method while a transfer is running.
In case close operation itself fails, the result is a number with the native file system error code.
Examples
Close input file:
MBS("CURL.CloseInputFile"; $curl)
See also
- CURL.AddInputFile
- CURL.CloseDebugFile
- CURL.CloseOutputFile
- CURL.OpenInputFile
- CURL.Release
- CURL.SetInputFile
Blog Entries
Release notes
- Version 9.4
- Fixed a bug in CURL.CloseDebugFile, CURL.CloseHeaderFile, CURL.CloseInputFile and CURL.CloseOutputFile to avoid.
Created 18th August 2014, last changed 19th April 2020
CURL.CloseHeaderFile - CURL.CloseOutputFile
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins