65 lines
1.9 KiB
HTML
65 lines
1.9 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
||
|
<title>Hierarchical File System Access APIs</title>
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<!-- Change History: -->
|
||
|
<!-- YYMMDD USERID Change description -->
|
||
|
<!--File Edited November 2001 -->
|
||
|
<!-- 050118 JETAYLOR Repurposed for V5R4 -->
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!--End Header Records -->
|
||
|
<!--Java sync-link-->
|
||
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
||
|
</script>
|
||
|
|
||
|
<h2>Hierarchical File System Access APIs</h2>
|
||
|
|
||
|
<p>The HFS APIs allow you to work with files and directories and with the data
|
||
|
stored in files. These APIs perform a wide variety of tasks in the following
|
||
|
categories:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="hfs2a.htm">File system management APIs</a><br>
|
||
|
<br>
|
||
|
</li>
|
||
|
|
||
|
<li><a href="hfs2b.htm">Directory management APIs</a><br>
|
||
|
<br>
|
||
|
</li>
|
||
|
|
||
|
<li><a href="hfs2c.htm">File input and output APIs</a><br>
|
||
|
<br>
|
||
|
</li>
|
||
|
|
||
|
<li><a href="hfs2d.htm">File management APIs</a><br>
|
||
|
<br>
|
||
|
</li>
|
||
|
|
||
|
<li><a href="hfs2e.htm">Directory entry information APIs</a><br>
|
||
|
<br>
|
||
|
</li>
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<center>
|
||
|
<table cellpadding="2" cellspacing="2">
|
||
|
<tr align="center">
|
||
|
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> | <a href=
|
||
|
"hfs1.htm">Hierarchical File System APIs</a> | <a href="aplist.htm">APIs by
|
||
|
category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|