mirror of
https://github.com/gryf/ADFlib.git
synced 2026-02-07 16:55:48 +01:00
29 lines
757 B
HTML
29 lines
757 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>The ADFlib Developpers documentation</TITLE>
|
|
</HEAD>
|
|
|
|
|
|
<BODY>
|
|
|
|
<H1 ALIGN=CENTER>the ADFlib API</H1>
|
|
|
|
<HR>
|
|
|
|
|
|
<UL>
|
|
<LI><A HREF="api_device.html">Device</A> : create and mount/unmount harddisk, floppydisk, .ADF, hardfiles,
|
|
<LI><A HREF="api_volume.html">Volume</A> : create and mout/unmount volumes
|
|
<LI><A HREF="api_dir.html">Directory</A> : list, create, change of directories,
|
|
<LI><A HREF="api_file.html">File</A> : create, read and write files,
|
|
<LI><A HREF="api_env.html">Environment</A> : initialize and shutdown the library, control its behaviour,
|
|
<LI><A HREF="api_salv.html">Salvage</A> : undeletion, recovery,
|
|
<LI><A HREF="api_native.html">Native API</A> : how to write real devices drivers on your OS,
|
|
</UL>
|
|
|
|
<HR>
|
|
|
|
</BODY>
|
|
|
|
</HTML>
|