1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> 5<meta http-equiv="Content-Style-Type" content="text/css" /> 6<title>FS_PERMIT_*</title> 7<link rel="stylesheet" href="../css/nitro.css" type="text/css" /> 8</head> 9<body> 10 11<h1>FS_PERMIT_* <img src="../image/NTR.gif"align="middle"><img src="../image/TWL.gif" align="middle"></h1> 12<h2>Definition</h2> 13<pre><code> 14#define FS_PERMIT_R 0x00000001UL 15#define FS_PERMIT_W 0x00000002UL 16</code></pre> 17 18<h2>Description</h2> 19<p>Constants used if specifying the access rights when creating a file or directory using the file system API.</p> 20 21<table> 22<tr><td>FS_PERMIT_R</td><td>Permits read-only access.</td></tr> 23<tr><td>FS_PERMIT_W</td><td>Permits write access.</td></tr> 24</table> 25 26<h2>See Also</h2> 27<p><code><a href="directory/FS_CreateFile.html">FS_CreateFile</a> <a href="directory/FS_CreateDirectory.html">FS_CreateDirectory</a></code></p> 28 29<h2>Revision History</h2> 30<p> 312007/09/18 Initial version. 32</p> 33<hr><p>CONFIDENTIAL</p></body> 34</html> 35