(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/icon.h>
struct DiskObject * GetDiskObjectNew (name)
LOCATION
In IconBase at offset 22
SYNOPSIS
UBYTE * name
FUNCTION
Tries to open the supplied info file via GetDiskObject(). If this not succeeds it will try to read the default info file for that type of file.
INPUTS
name
name of the file to read an icon for.
RESULT
DiskObject - pointer ta diskobject struct.
EXAMPLE
SEE ALSO
GetDiskObject(), GetDefDiskObject()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
03.02.1997 digulla
New library icon.library by N.H. Lorentzen