Write a string to the currently open file.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic int FilePuts(
string name_18481
)
Public Function FilePuts (
name_18481 As String
) As Integer
public:
int FilePuts(
String^ name_18481
)
member FilePuts :
name_18481 : string -> int
Parameters
- name_18481
- Type: SystemString
Return Value
Type:
Int32
Remarks
If the file is compressed the string is compressed on the fly. Returns -1 if no file is currently open. Returns EOF if an error occurs. Returns a non-negative value if successful (same as fputs).
Since Open Inventor 8.1
See Also