(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/dos.h>

BOOL IsFileSystem (devicename)

LOCATION
In DOSBase at offset 118

SYNOPSIS
STRPTR devicename

FUNCTION
Query the device whether it is a filesystem.

INPUTS
devicename
Name of the device to query.

RESULT
TRUE if the device is a filesystem, FALSE otherwise.

EXAMPLE

SEE ALSO

NOTES
DF0:, HD0:, ... are filesystems. CON:, PIPE:, AUX:, ... are not

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
24.12.1997 iaint
Added documentation
05.12.1997 srittau
Minor changes
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions

Moved #include's into first column

24.10.1996 aros
Use the official AROS macros over the __AROS versions.
11.09.1996 digulla
A couple of new DOS functions from M. Fleischer