Copyright (c) Hyperion Entertainment and contributors.
FileSystem Resource: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Steven Solie (talk | contribs) No edit summary |
|||
Line 5: | Line 5: | ||
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. |
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 |
Additional programming information on the FileSystem resource can be found in the include files and the Autodocs for the FileSystem resource in the [[Autodocs:Main|Autodocs]] and the [[Expansion Library]] chapter of the [[Libraries]] section. |
||
⚫ | |||
{| class="wikitable" |
{| class="wikitable" |
||
⚫ | |||
|- |
|||
| Includes || resources/filesysres.h |
| Includes || resources/filesysres.h |
||
|- |
|- |
||
| AutoDocs || filesysres.doc |
| AutoDocs || [[filesysres.doc]] |
||
|- |
|- |
||
| Libraries || expansion.library |
| Libraries || [[Expansion Library|expansion.library]] |
||
|} |
|} |
Revision as of 17:07, 30 April 2012
![]() |
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 Autodocs and the Expansion Library chapter of the Libraries section.
FileSystem Resource Information | |
---|---|
Includes | resources/filesysres.h |
AutoDocs | filesysres.doc |
Libraries | expansion.library |