•  Back 
  •  File Selector Library 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Filefsel_exinput()
File Selector Library
fsel_input()                                                            AES

Syntax

WORD fsel_input( path, file, button )
CHAR *path, *file;
WORD *button;

Function       fsel_input() displays the system file selector and allows
               the user to select a valid GEMDOS path and file.

Opcode         90 (0x5A)

Availability   All AES versions.

Parameters     All parameters are consistent with fsel_exinput() with the
               notable lack of title.

Binding        addrin[0] = path;
               addrin[1] = file;

               crys_if(0x5A);

               *button = intout[1];

               return intout[0];

Return Value   fsel_input() returns a 0 if an error occurred or 1
               otherwise.

Comments       You should never use this function in place of
               fsel_exinput() when fsel_exinput() is available.

See Also       fsel_exinput()

Group          File Selector Library