Goto:
4C Home
|
4C Docs
|
4C External Libraries Home
|
FCJSon Home
|
FCJSon Function List
CreateStringFromFile()
CreateStringFromFile()
Purpose:
-
FCJSon::CreateStringFromFile() creates a string JSon object with the
value set from the entire contents of a file.
Usage:
-
-
jsonident = FCJSon::CreateStringFromFile(<fullpath>);
Arguments:
-
alpha <fullpath> - The fullpath to the content file on the 4c server machine.
Returns:
-
integer <jsonident> - The ident to use when referring to this object.
Where Used:
-
FCJSon::CreateStringFromFile() can be called from anywhere.
Example:
-
Example
Description:
-
FCJSon::CreateStringFromFile() creates a string JSon object with the
value set from the entire contents of a file.
The returned jsonident can then be used in calls that require a jsonident
to an object.
Bugs/Features/Comments:
-
See Also:
-
FCJSon Function List
Back to Top