(C) 1998 AROS - The Amiga Research OS


NAME
#include <dos/dosextens.h>
#include <proto/dos.h>

struct MsgPort * GetFileSysTask ()

LOCATION
In DOSBase at offset 87

SYNOPSIS
/* void */

FUNCTION
Return the default filesystem handler for this process.

INPUTS
None.

RESULT
The default filesystem handler for this process.

EXAMPLE

SEE ALSO
SetFileSysTask()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
01.01.1998 iaint
Some simple DOS functions
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions

Moved #include's into first column