|
FILE.Get |
|
|
hFid = FILE.Get( nIndex AS INTEGER ) AS HANDLE hFid = FILE.Get( strName AS STRING ) AS HANDLE
Returns the C3D File Handle of specified file number or file name. The nIndex is specified as BASE 1, i.e., first file is specified as 1. If no argument, or 0, is supplied, it will return the first selected file.
|