(C) 1998 AROS - The Amiga Research OS


NAME

char * FileRequest (filereqstruct , , )

LOCATION
In ArpBase at offset 49

SYNOPSIS
struct FileRequester * filereqstruct
retstr = FileRequest( filereqstruct
D0 A0

FUNCTION
Prompts the user for a filename. See struct FR_struct in arpbase.i,

NOTE V1.0 of Arp does not support the FR_Flags, FR_Wildfunc, or FR_MsgFunc entries in the struct, but you MUST allocate these and pass NULL values if you want to work with V1.1 of arplib!

INPUTS
RESULT

EXAMPLE
SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
28.03.1998 bergers
Some new functions.