MotionView User's Guide

Open File

Open File

Previous topic Next topic No expanding text in this topic  

Open File

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Description:

This function opens the file for reading. This function returns (1) if the file is found and opened or else (0).

C Calling Sequence:

int c_rto_open_file(const char *fName);

Arguments:

Argument

Type

 

Description

fName

Character Array

Input

File path

FORTRAN Calling Sequence:

LLFUNC void STDCALL RTO_OPEN_FILE_F2C(char *CHTDST, int dummylen, int *NCHTDS, int *RETURN_VAL)

Arguments:

Argument

Type

 

Description

CHTDST

Character Array

Input

File path

NCHTDS

Integer

Input

The number of characters in the FileName.

RETURN_VAL

Integer

Output

If file is found and opened then it returns 1 or else 0.

NoteBefore using any of the other RTO utilities, you must first open a file using this subroutine.