Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "FileSystem Resource"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
Additional programming information on the FileSystem resource can be found in the include files and the Autodocs for the FileSystem resource in the ''Amiga ROM Kernel Reference Manual: Includes and Autodocs'' and the “Expansion” chapter of the ''Amiga ROM Kernel Reference Manual: Libraries''.
 
Additional programming information on the FileSystem resource can be found in the include files and the Autodocs for the FileSystem resource in the ''Amiga ROM Kernel Reference Manual: Includes and Autodocs'' and the “Expansion” chapter of the ''Amiga ROM Kernel Reference Manual: Libraries''.
   
'''FileSystem Resource Information'''<br />
+
'''FileSystem Resource Information'''
  +
{| class="wikitable"
Includes &amp; resources/filesysres.h<br />
 
&amp; resources/filesysres.i<br />
+
| Includes || resources/filesysres.h
  +
|-
AutoDocs &amp; filesysres.doc<br />
 
  +
| AutoDocs || filesysres.doc
Libraries &amp; expansion.library<br />
 
  +
|-
  +
| Libraries || expansion.library
  +
|}

Revision as of 23:36, 16 April 2012

Warning.png This page is not yet fully updated to AmigaOS 4.x some of the information contained here may not be applicable in part or totally.

FileSystem Resource

The FileSystem resource returns the filesystems that are available on the Amiga. It has no functions. Opening the FileSystem resource returns a pointer to a List structure containing the current filesystems in the Amiga.

Additional programming information on the FileSystem resource can be found in the include files and the Autodocs for the FileSystem resource in the Amiga ROM Kernel Reference Manual: Includes and Autodocs and the “Expansion” chapter of the Amiga ROM Kernel Reference Manual: Libraries.

FileSystem Resource Information

Includes resources/filesysres.h
AutoDocs filesysres.doc
Libraries expansion.library