56 lines
2.6 KiB
HTML
56 lines
2.6 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>Directory Entry Information 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 -->
|
||
|
<!-- 050118 JETAYLOR Created 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>Directory Entry Information APIs</h2>
|
||
|
|
||
|
|
||
|
|
||
|
<p>Directory entry information APIs allow you to work with the directory
|
||
|
entries for files and directories in hierarchical file systems. The directory
|
||
|
entry information APIs are:</p>
|
||
|
|
||
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
||
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
||
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
||
|
<!--***************API BEGIN PASTE***************-->
|
||
|
<ul>
|
||
|
<li><A HREF="qhfchgat.htm">Change Directory Entry Attributes</A> (QHFCHGAT) changes the attributes of a specified directory entry for an existing file or directory.</li>
|
||
|
<li><A HREF="qhfclodr.htm">Close Directory</A> (QHFCLODR) closes a specified directory that was opened using the Open Directory (QHFOPNDR) API.</li>
|
||
|
<li><A HREF="qhfopndr.htm">Open Directory</A> (QHFOPNDR) opens the specified directory so its directory entries can be read.</li>
|
||
|
<li><A HREF="qhfrddr.htm">Read Directory Entry</A> (QHFRDDR) reads one or more directory entries from a directory opened with the Open Directory (QHFOPNDR) API.</li>
|
||
|
<li><A HREF="qhfrtvat.htm">Retrieve Directory Entry Attributes</A> (QHFRTVAT) retrieves attribute information from a specified directory entry for a directory or file.</li>
|
||
|
</ul>
|
||
|
<!--***************API END PASTE***************-->
|
||
|
<br>
|
||
|
|
||
|
<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>
|