Copyright (c) Hyperion Entertainment and contributors.
Difference between revisions of "FileSystem Resource"
Jump to navigation
Jump to search
Steven Solie (talk | contribs) |
Steven Solie (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{NeedUpdate}} |
{{NeedUpdate}} |
||
− | |||
== FileSystem Resource == |
== FileSystem Resource == |
||
− | The FileSystem resource returns the |
+ | The FileSystem resource returns the file systems that are available on the Amiga. It has no functions. Opening the FileSystem resource returns a pointer to a List structure containing the current file systems 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 [[Expansion Library]]. |
− | '''FileSystem Resource Information''' |
||
{| class="wikitable" |
{| class="wikitable" |
||
+ | !colspan="2"|FileSystem Resource Information |
||
+ | |- |
||
| Includes || resources/filesysres.h |
| Includes || resources/filesysres.h |
||
|- |
|- |
||
− | | AutoDocs || filesysres.doc |
+ | | AutoDocs || [[filesysres.doc]] |
|- |
|- |
||
− | | Libraries || expansion.library |
+ | | Libraries || [[Expansion Library|expansion.library]] |
|} |
|} |
Latest revision as of 22:26, 6 November 2015
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 file systems that are available on the Amiga. It has no functions. Opening the FileSystem resource returns a pointer to a List structure containing the current file systems 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 Expansion Library.
FileSystem Resource Information | |
---|---|
Includes | resources/filesysres.h |
AutoDocs | filesysres.doc |
Libraries | expansion.library |