1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48<title>nn::fs</title>
49  </head>
50  <body>
51<h1><CODE><a href="../../nn/Overview.html">nn</a>::fs</CODE> Namespace</h1>
52<h2>Description</h2>
53    <div class="section">
54<p>Namespace for the file system API.</p><p>You must first call the <a href="../../nn/fs/Initialize.html"><CODE>nn::fs::Initialize</CODE></a> function to initialize the library before using any of the functions or classes in the <a href="../../nn/fs/Overview.html"><CODE>nn::fs</CODE></a> namespace.</p><p>
55The CTR file system is a collection of <I>archives</I> distinguished by their <I>archive names</I>. Each archive identifies files and directories and carries out the specified operation by receiving <I>archive path name</I>. Archive types differ in various ways such as their available operations, their restrictions on path names, and the number of files that can be opened, but all types can generally be accessed using the same interface.</p><ul><li><a href="briefing/aboutArchive.html">Archives</a></li></ul><p>
56The method of writing code for error handling is different for the FS library than for other libraries.<br />In addition, the handling method may differ depending on the returned <CODE>Result</CODE> value and the type of archive being manipulated.<br /></p><ul><li><a href="briefing/aboutErrorHandling.html">Error Handling</a></li></ul><p>
57If you want to know if this error has occurred based on the content of results displayed on the error display screen, see this page. <BR></p><ul><li><a href="briefing/descriptionList.html">List of Descriptions</a></li></ul></div>
58    <a name="namespace" id="namespace">
59<h2>Namespaces</h2>
60      <div class="section">
61        <table class="members">
62          <tr>
63            <th>
64<a href="../../nn/fs/hio/Overview.html"><CODE>nn::fs::hio</CODE></a>
65            </th>
66<td>A namespace that includes functions used to directly access files on a PC (for debugging purposes).</td>
67          </tr> </table>
68      </div>
69    </a> <a name="class" id="class">
70<h2>Classes</h2>
71      <div class="section">
72        <table class="members">
73          <tr>
74<th class="category" colspan="2">File and Directory Operations</th>
75          </tr>
76          <tr>
77            <th>
78<a href="../../nn/fs/Directory/Overview.html"><CODE>nn::fs::Directory</CODE></a>
79            </th>
80<td>A class used for directory operations.</td>
81          </tr>
82          <tr>
83            <th>
84<a href="../../nn/fs/FileInputStream/Overview.html"><CODE>nn::fs::FileInputStream</CODE></a>
85            </th>
86<td>Class for reading from files.</td>
87          </tr>
88          <tr>
89            <th>
90<a href="../../nn/fs/FileOutputStream/Overview.html"><CODE>nn::fs::FileOutputStream</CODE></a>
91            </th>
92<td>Class for writing to files.</td>
93          </tr>
94          <tr>
95            <th>
96<a href="../../nn/fs/FileStream/Overview.html"><CODE>nn::fs::FileStream</CODE></a>
97            </th>
98<td>Class for reading from and writing to files.</td>
99          </tr>
100          <tr>
101<th class="category" colspan="2"><CODE>Result</CODE></th>
102          </tr>
103          <tr>
104            <th>
105<a href="../../nn/fs/ResultNotFound/Overview.html"><CODE>nn::fs::ResultNotFound</CODE></a>
106            </th>
107<td>A file, archive, or other filesystem entry could not be found.</td>
108          </tr>
109          <tr>
110            <th>
111<a href="../../nn/fs/ResultMediaNotFound/Overview.html"><CODE>nn::fs::ResultMediaNotFound</CODE></a>
112            </th>
113<td>Could not find or recognize media. Errors associated with <CODE><a href="../../../nn/fs/ResultNotFound/Overview.html">nn::fs::ResultNotFound</a></CODE>.</td>
114          </tr>
115          <tr>
116            <th>
117<a href="../../nn/fs/ResultAlreadyExists/Overview.html"><CODE>nn::fs::ResultAlreadyExists</CODE></a>
118            </th>
119<td>A file, archive, or other filesystem entry already exists.</td>
120          </tr>
121          <tr>
122            <th>
123<a href="../../nn/fs/ResultNotEnoughSpace/Overview.html"><CODE>nn::fs::ResultNotEnoughSpace</CODE></a>
124            </th>
125<td>There is no free space.</td>
126          </tr>
127          <tr>
128            <th>
129<a href="../../nn/fs/ResultArchiveInvalidated/Overview.html"><CODE>nn::fs::ResultArchiveInvalidated</CODE></a>
130            </th>
131<td>An archive has become invalid.</td>
132          </tr>
133          <tr>
134            <th>
135<a href="../../nn/fs/ResultOperationDenied/Overview.html"><CODE>nn::fs::ResultOperationDenied</CODE></a>
136            </th>
137<td>An operation was denied.</td>
138          </tr>
139          <tr>
140            <th>
141<a href="../../nn/fs/ResultWriteProtected/Overview.html"><CODE>nn::fs::ResultWriteProtected</CODE></a>
142            </th>
143<td>Write-protected. Errors associated with <CODE><a href="../../../nn/fs/ResultOperationDenied/Overview.html">nn::fs::OperationDenied</a></CODE>.</td>
144          </tr>
145          <tr>
146            <th>
147<a href="../../nn/fs/ResultMediaAccessError/Overview.html"><CODE>nn::fs::ResultMediaAccessError</CODE></a>
148            </th>
149<td>An error occurred during media access. Errors associated with <CODE><a href="../../../nn/fs/ResultOperationDenied/Overview.html">nn::fs::OperationDenied</a></CODE>.</td>
150          </tr>
151          <tr>
152            <th>
153<a href="../../nn/fs/ResultNotFormatted/Overview.html"><CODE>nn::fs::ResultNotFormatted</CODE></a>
154            </th>
155<td>Data region not formatted.</td>
156          </tr>
157          <tr>
158            <th>
159<a href="../../nn/fs/ResultBadFormat/Overview.html"><CODE>nn::fs::ResultBadFormat</CODE></a>
160            </th>
161<td>Data region format invalid.</td>
162          </tr>
163          <tr>
164            <th>
165<a href="../../nn/fs/ResultVerificationFailed/Overview.html"><CODE>nn::fs::ResultVerificationFailed</CODE></a>
166            </th>
167<td>Either verification failed or some form of tampering was detected.</td>
168          </tr>
169          <tr>
170            <th>
171<a href="../../nn/fs/ResultOutOfResource/Overview.html"><CODE>nn::fs::ResultOutOfResource</CODE></a>
172            </th>
173<td>Insufficient resources. You must not allow this error to occur in retail products.</td>
174          </tr>
175          <tr>
176            <th>
177<a href="../../nn/fs/ResultAccessDenied/Overview.html"><CODE>nn::fs::ResultAccessDenied</CODE></a>
178            </th>
179<td>No access rights. You must not allow this error to occur in retail products.</td>
180          </tr>
181          <tr>
182            <th>
183<a href="../../nn/fs/ResultInvalidArgument/Overview.html"><CODE>nn::fs::ResultInvalidArgument</CODE></a>
184            </th>
185<td>The argument is invalid. You must not allow this error to occur in retail products.</td>
186          </tr>
187          <tr>
188            <th>
189<a href="../../nn/fs/ResultNotInitialized/Overview.html"><CODE>nn::fs::ResultNotInitialized</CODE></a>
190            </th>
191<td>A process was called prior to the necessary initialization. You must not allow this error to occur in retail products.</td>
192          </tr>
193          <tr>
194            <th>
195<a href="../../nn/fs/ResultAlreadyInitialized/Overview.html"><CODE>nn::fs::ResultAlreadyInitialized</CODE></a>
196            </th>
197<td>Initialization was run twice. You must not allow this error to occur in retail products.</td>
198          </tr>
199          <tr>
200            <th>
201<a href="../../nn/fs/ResultUnsupportedOperation/Overview.html"><CODE>nn::fs::ResultUnsupportedOperation</CODE></a>
202            </th>
203<td>A feature that is not supported or an operation that is not allowed. You must not allow this error to occur in retail products.</td>
204          </tr> </table>
205      </div>
206    </a> <a name="struct" id="struct">
207<h2>Structures</h2>
208      <div class="section">
209        <table class="members">
210          <tr>
211            <th>
212<a href="../../nn/fs/Attributes/Overview.html"><CODE>nn::fs::Attributes</CODE></a>
213            </th>
214<td>Structure that gives attribute information for directory entries.</td>
215          </tr>
216          <tr>
217            <th>
218<a href="../../nn/fs/ShortName/Overview.html"><CODE>nn::fs::ShortName</CODE></a>
219            </th>
220<td>Structure that indicates the short name of a directory entry.</td>
221          </tr>
222          <tr>
223            <th>
224<a href="../../nn/fs/DirectoryEntry/Overview.html"><CODE>nn::fs::DirectoryEntry</CODE></a>
225            </th>
226<td>Structure representing a directory entry.</td>
227          </tr> </table>
228      </div>
229    </a> <a name="enum" id="enum">
230<h2>Enumerated Types</h2>
231      <div class="section">
232        <table class="members">
233          <tr>
234            <td width="100"> </td>
235            <th>
236<a href="../../nn/fs/OpenMode.html"><CODE>OpenMode</CODE></a>
237            </th>
238<td>Enumerated constant that specifies file open modes.</td>
239          </tr>
240          <tr>
241            <td width="100"> </td>
242            <th>
243<a href="../../nn/fs/PositionBase.html"><CODE>PositionBase</CODE></a>
244            </th>
245<td>Enumerated constant that indicates the position of file read/writes.</td>
246          </tr> </table>
247      </div>
248    </a> <a name="typedef" id="typedef">
249<h2><CODE>typedef</CODE> Definitions</h2>
250      <div class="section">
251        <table class="members">
252          <tr>
253            <td width="100" />
254            <th>
255<a href="../../nn/fs/FileReader.html"><CODE>FileReader</CODE></a>
256            </th>
257<td>A <CODE>typedef</CODE> for <CODE><a href="../../nn/fs/FileInputStream/Overview.html">FileInputStream</a></CODE>.</td>
258          </tr>
259          <tr>
260            <td width="100" />
261            <th>
262<a href="../../nn/fs/FileWriter.html"><CODE>FileWriter</CODE></a>
263            </th>
264<td>Typedef for <a href="../../nn/fs/FileOutputStream/Overview.html"><CODE>FileOutputStream</CODE></a>.</td>
265          </tr>
266          <tr>
267            <td width="100" />
268            <th>
269<a href="../../nn/fs/ExtSaveDataId.html"><CODE>ExtSaveDataId</CODE></a>
270            </th>
271<td>A typedef representing an extended save data number.</td>
272          </tr> </table>
273      </div>
274    </a> <a name="constant" id="constant">
275<h2>Constants</h2>
276      <div class="section">
277        <table class="members">
278          <tr>
279            <td width="100">
280<span class="static_style" title="static">S</span>
281            </td>
282            <th>
283<span class="argument"><a href="../../nn/fs/LATENCY_RECOMMENDED_SD_MAX.html"><CODE>LATENCY_RECOMMENDED_SD_MAX</CODE></a></span>
284            </th>
285<td width="100">const s64</td>
286<td>This is the actual measured maximum time (in milliseconds) it takes in a pure SD Card usage environment when a conflict arises for file system resources with BOSS in the background.</td>
287          </tr>
288          <tr>
289            <td width="100">
290<span class="static_style" title="static">S</span>
291            </td>
292            <th>
293<span class="argument"><a href="../../nn/fs/UI_BLOCK_SIZE.html"><CODE>UI_BLOCK_SIZE</CODE></a></span>
294            </th>
295<td width="100">const s64</td>
296<td>Save data display unit (bytes) used for display on HOME Menu.</td>
297          </tr> </table>
298      </div>
299    </a> <a name="function" id="function">
300<h2>Functions</h2>
301      <div class="section">
302        <table class="members">
303          <tr>
304<th class="category" colspan="3">ROM Archives</th>
305          </tr>
306          <tr>
307            <td width="100">  </td>
308            <th>
309<a href="../../nn/fs/GetRomRequiredMemorySize.html"><CODE>GetRomRequiredMemorySize</CODE></a>
310            </th>
311<td>Gets the size of memory needed to mount a ROM archive.</td>
312          </tr>
313          <tr>
314            <td width="100">  </td>
315            <th>
316<a href="../../nn/fs/MountRom.html"><CODE>MountRom</CODE></a>
317            </th>
318<td>Mounts a ROM archive.</td>
319          </tr>
320          <tr>
321<th class="category" colspan="3">Save Data Archives</th>
322          </tr>
323          <tr>
324            <td width="100">  </td>
325            <th>
326<a href="../../nn/fs/FormatSaveData.html"><CODE>FormatSaveData</CODE></a>
327            </th>
328<td>Formats a save data region.</td>
329          </tr>
330          <tr>
331            <td width="100">  </td>
332            <th>
333<a href="../../nn/fs/GetSaveDataFormatInfo.html"><CODE>GetSaveDataFormatInfo</CODE></a>
334            </th>
335<td>Gets the format parameter for the save data region.</td>
336          </tr>
337          <tr>
338            <td width="100">  </td>
339            <th>
340<a href="../../nn/fs/MountSaveData.html"><CODE>MountSaveData</CODE></a>
341            </th>
342<td>Mounts a save data archive.</td>
343          </tr>
344          <tr>
345            <td width="100">  </td>
346            <th>
347<a href="../../nn/fs/CommitSaveData.html"><CODE>CommitSaveData</CODE></a>
348            </th>
349<td>Commits a change to the save data.</td>
350          </tr>
351          <tr>
352<th class="category" colspan="3">Expanded Save Data Archives</th>
353          </tr>
354          <tr>
355            <td width="100">  </td>
356            <th>
357<a href="../../nn/fs/CreateExtSaveData.html"><CODE>CreateExtSaveData</CODE></a>
358            </th>
359<td>Creates an expanded save data memory region.</td>
360          </tr>
361          <tr>
362            <td width="100">  </td>
363            <th>
364<a href="../../nn/fs/GetExtSaveDataFormatInfo.html"><CODE>GetExtSaveDataFormatInfo</CODE></a>
365            </th>
366<td>Gets the format parameter for the extended save data region.</td>
367          </tr>
368          <tr>
369            <td width="100">  </td>
370            <th>
371<a href="../../nn/fs/MountExtSaveData.html"><CODE>MountExtSaveData</CODE></a>
372            </th>
373<td>Mounts expanded save data.</td>
374          </tr>
375          <tr>
376            <td width="100">  </td>
377            <th>
378<a href="../../nn/fs/DeleteExtSaveData.html"><CODE>DeleteExtSaveData</CODE></a>
379            </th>
380<td>Deletes expanded save data.</td>
381          </tr>
382          <tr>
383<th class="category" colspan="3">For debugging purposes.</th>
384          </tr>
385          <tr>
386            <td width="100">  </td>
387            <th>
388<a href="../../nn/fs/MountSdmc.html"><CODE>MountSdmc</CODE></a>
389            </th>
390<td>Mounts an archive that directly accesses the SD Card (for debugging only).</td>
391          </tr>
392          <tr>
393            <td width="100">  </td>
394            <th>
395<a href="../../nn/fs/ForceEnableLatencyEmulation.html"><CODE>ForceEnableLatencyEmulation</CODE></a>
396            </th>
397<td>Emulates the behavior of a non-volatile memory device that has become degraded, and the behavior when a conflict arises for FS resources with a process in the background. (For debugging purposes.)</td>
398          </tr>
399          <tr>
400            <td width="100">  </td>
401            <th>
402<a href="../../nn/fs/ForceDisableLatencyEmulation.html"><CODE>ForceDisableLatencyEmulation</CODE></a>
403            </th>
404<td>Sets the emulation so it neither emulates the behavior of a non-volatile memory device that has become degraded, nor emulates the behavior when a conflict arises for FS resources with a process in the background. (For debugging purposes.)</td>
405          </tr>
406          <tr>
407<th class="category" colspan="3">Initialization</th>
408          </tr>
409          <tr>
410            <td width="100">  </td>
411            <th>
412<a href="../../nn/fs/Initialize.html"><CODE>Initialize</CODE></a>
413            </th>
414<td>Initializes the <a href="../../nn/fs/Overview.html">fs</a> library.</td>
415          </tr>
416          <tr>
417<th class="category" colspan="3">SD Card</th>
418          </tr>
419          <tr>
420            <td width="100">  </td>
421            <th>
422<a href="../../nn/fs/RegisterSdmcInsertedEvent.html"><CODE>RegisterSdmcInsertedEvent</CODE></a>
423            </th>
424<td>Registers the <a href="../../nn/os/LightEvent/Overview.html"><CODE>nn::os::LightEvent</CODE></a> object that is signaled when an SD Card is inserted.</td>
425          </tr>
426          <tr>
427            <td width="100">  </td>
428            <th>
429<a href="../../nn/fs/UnregisterSdmcInsertedEvent.html"><CODE>UnregisterSdmcInsertedEvent</CODE></a>
430            </th>
431<td>Unregisters the <a href="../../nn/fs/RegisterSdmcInsertedEvent.html">nn::fs::RegisterSdmcInsertedEvent</a> object.</td>
432          </tr>
433          <tr>
434            <td width="100">  </td>
435            <th>
436<a href="../../nn/fs/RegisterSdmcEjectedEvent.html"><CODE>RegisterSdmcEjectedEvent</CODE></a>
437            </th>
438<td>Registers the <a href="../../nn/os/LightEvent/Overview.html"><CODE>nn::os::LightEvent</CODE></a> object that is signaled when an SD Card is pulled out.</td>
439          </tr>
440          <tr>
441            <td width="100">  </td>
442            <th>
443<a href="../../nn/fs/UnregisterSdmcEjectedEvent.html"><CODE>UnregisterSdmcEjectedEvent</CODE></a>
444            </th>
445<td>Unregisters the <a href="../../nn/fs/RegisterSdmcEjectedEvent.html">nn::fs::RegisterSdmcEjectedEvent</a> object.</td>
446          </tr>
447          <tr>
448            <td width="100">  </td>
449            <th>
450<a href="../../nn/fs/IsSdmcInserted.html"><CODE>IsSdmcInserted</CODE></a>
451            </th>
452<td>Returns a value indicating whether an SD Card has been inserted.</td>
453          </tr>
454          <tr>
455            <td width="100">  </td>
456            <th>
457<a href="../../nn/fs/IsSdmcWritable.html"><CODE>IsSdmcWritable</CODE></a>
458            </th>
459<td>Returns a value indicating whether an SD Card is writable.</td>
460          </tr>
461          <tr>
462            <td width="100">  </td>
463            <th>
464<a href="../../nn/fs/GetSdmcSize.html"><CODE>GetSdmcSize</CODE></a>
465            </th>
466<td>Gets the total capacity and amount of free space on an SD Card.</td>
467          </tr>
468          <tr>
469            <td width="100">  </td>
470            <th>
471<a href="../../nn/fs/MountSdmcWriteOnly.html"><CODE>MountSdmcWriteOnly</CODE></a>
472            </th>
473<td>Mounts the archive that directly accesses the SD Memory Card. This is a write-only archive. File read operations are not permitted. Directory read operations are also not permitted.</td>
474          </tr>
475          <tr>
476<th class="category" colspan="3">File and Directory Operations</th>
477          </tr>
478          <tr>
479            <td width="100">  </td>
480            <th>
481<a href="../../nn/fs/DeleteFile.html"><CODE>DeleteFile</CODE></a>
482            </th>
483<td>Deletes a file.</td>
484          </tr>
485          <tr>
486            <td width="100">  </td>
487            <th>
488<a href="../../nn/fs/TryDeleteFile.html"><CODE>TryDeleteFile</CODE></a>
489            </th>
490<td>Deletes a file.</td>
491          </tr>
492          <tr>
493            <td width="100">  </td>
494            <th>
495<a href="../../nn/fs/RenameFile.html"><CODE>RenameFile</CODE></a>
496            </th>
497<td>Renames a file.</td>
498          </tr>
499          <tr>
500            <td width="100">  </td>
501            <th>
502<a href="../../nn/fs/TryRenameFile.html"><CODE>TryRenameFile</CODE></a>
503            </th>
504<td>Renames a file.</td>
505          </tr>
506          <tr>
507            <td width="100">  </td>
508            <th>
509<a href="../../nn/fs/DeleteDirectory.html"><CODE>DeleteDirectory</CODE></a>
510            </th>
511<td>Deletes a directory.</td>
512          </tr>
513          <tr>
514            <td width="100">  </td>
515            <th>
516<a href="../../nn/fs/TryDeleteDirectory.html"><CODE>TryDeleteDirectory</CODE></a>
517            </th>
518<td>Deletes a directory.</td>
519          </tr>
520          <tr>
521            <td width="100">  </td>
522            <th>
523<a href="../../nn/fs/TryDeleteDirectoryRecursively.html"><CODE>TryDeleteDirectoryRecursively</CODE></a>
524            </th>
525<td>Deletes directories recursively.</td>
526          </tr>
527          <tr>
528            <td width="100">  </td>
529            <th>
530<a href="../../nn/fs/CreateFile.html"><CODE>CreateFile</CODE></a>
531            </th>
532<td>Creates a file.</td>
533          </tr>
534          <tr>
535            <td width="100">  </td>
536            <th>
537<a href="../../nn/fs/TryCreateFile.html"><CODE>TryCreateFile</CODE></a>
538            </th>
539<td>Creates a file.</td>
540          </tr>
541          <tr>
542            <td width="100">  </td>
543            <th>
544<a href="../../nn/fs/CreateDirectory.html"><CODE>CreateDirectory</CODE></a>
545            </th>
546<td>Creates a directory.</td>
547          </tr>
548          <tr>
549            <td width="100">  </td>
550            <th>
551<a href="../../nn/fs/TryCreateDirectory.html"><CODE>TryCreateDirectory</CODE></a>
552            </th>
553<td>Creates a directory.</td>
554          </tr>
555          <tr>
556            <td width="100">  </td>
557            <th>
558<a href="../../nn/fs/RenameDirectory.html"><CODE>RenameDirectory</CODE></a>
559            </th>
560<td>Renames a directory.</td>
561          </tr>
562          <tr>
563            <td width="100">  </td>
564            <th>
565<a href="../../nn/fs/TryRenameDirectory.html"><CODE>TryRenameDirectory</CODE></a>
566            </th>
567<td>Renames a directory.</td>
568          </tr>
569          <tr>
570<th class="category" colspan="3">Other</th>
571          </tr>
572          <tr>
573            <td width="100">  </td>
574            <th>
575<a href="../../nn/fs/Unmount.html"><CODE>Unmount</CODE></a>
576            </th>
577<td>Unmounts an archive.</td>
578          </tr>
579          <tr>
580            <td width="100">  </td>
581            <th>
582<a href="../../nn/fs/GetArchiveFreeBytes.html"><CODE>GetArchiveFreeBytes</CODE></a>
583            </th>
584<td>Gets the amount of free space in the archive.</td>
585          </tr> </table>
586      </div>
587    </a>
588<h2>Revision History</h2>
589    <div class="section">
590      <dl class="history">
591        <dt>2011/03/24</dt>
592<dd>Added definition of <CODE>UI_BLOCK_SIZE</CODE>.<br />
593        </dd>
594        <dt>2011/02/21</dt>
595<dd>Added the <CODE>MountSdmcWriteOnly</CODE> function.<br />
596        </dd>
597        <dt>2011/02/10</dt>
598<dd>Added a link to the List of Descriptions.<br />
599        </dd>
600        <dt>2011/01/21</dt>
601<dd>Added the <CODE>GetSaveDataFormatInfo</CODE> and <CODE>GetExtSaveDataFormatInfo</CODE> functions.<br />
602        </dd>
603        <dt>2010/12/09</dt>
604<dd>Listed <CODE>Result</CODE> values that must be removed during development and added information on the <CODE>nn::fs::Attributes</CODE> and <CODE>nn::fs::DirectoryEntry</CODE> structures.
605        </dd>
606        <dt>2010/11/25</dt>
607<dd>Published the <CODE>GetSdmcSize</CODE> function<br />
608        </dd>
609        <dt>2010/11/13</dt>
610<dd>Added the <CODE>CommitSaveData</CODE> and <CODE>DeleteExtSaveData</CODE> functions.
611        </dd>
612        <dt>2010/11/09</dt>
613<dd>Removed the <CODE>GetFileSystemSize</CODE> and <CODE>ReadExtSaveDataIcon</CODE> functions.
614        </dd>
615        <dt>2010/10/30</dt>
616<dd>Added archive limitations, explanation about <CODE>Result</CODE> objects.
617        </dd>
618        <dt>2010/09/22</dt>
619<dd>Added a description of expanded save data.<BR>
620        </dd>
621        <dt>2010/09/10</dt>
622<dd>Added the <CODE>MountSdmc</CODE> function.<BR>
623        </dd>
624        <dt>2010/09/09</dt>
625<dd>Deleted the <CODE>InitializeForFileSystemEvent</CODE>, <CODE>WaitForInsertSdmc</CODE>, and <CODE>WaitForEjectSdmc</CODE> functions. Added the <CODE>RegisterSdmcInsertedEvent</CODE>, <CODE>UnregisterSdmcInsertedEvent</CODE>, <CODE>RegisterSdmcEjectedEvent</CODE>, and <CODE>UnregisterSdmcEjectedEvent</CODE> functions.<br />
626        </dd>
627        <dt>2010/01/07</dt>
628<dd>Initial version.<br />
629        </dd>
630      </dl>
631    </div>
632  <hr><p>CONFIDENTIAL</p></body>
633</html>
634