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_IsArchiveReady</title> 7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" /> 8</head> 9<body> 10<h1>FS_IsArchiveReady <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1> 11<h2>Syntax</h2> 12 13<pre><code> 14#include <nitro/fs.h> 15 16BOOL FS_IsArchiveReady(const char *path); 17</code></pre> 18<h2>Arguments</h2> 19<table style="width:100%"> 20<tbody> 21<tr> 22<td style="width:13%"><CODE>path</CODE></td> 23<td style="width:87%">The absolute path, starting with <I><CODE>archive name:</CODE></I></td> 24</tr> 25</tbody> 26</table> 27 28<h2>Return Values</h2> 29<p>Returns TRUE if the specified archive is currently available for use. Otherwise, returns FALSE.</p> 30 31<h2>Description</h2> 32<p>This can determine whether the specified archive is currently available for use.<br /> In cases similar to the following, where the archive is mounted but cannot actually be used, the function returns FALSE. 33</p> 34<ul> 35<li>An SD Card archive (<CODE>sdmc:</CODE>) when a memory card is not inserted in the slot.</li> 36<li>The Save Data archive of a NAND application that has been launched from a TFL file or an SRL file (<CODE>dataPub:</CODE>, <CODE>dataPrv:</CODE>) when a TAD file has not been imported.</li> 37</ul> 38 39<h2>See Also</h2> 40<p><code><a href="../FSArchiveResource.html">FSArchiveResource</a></code></p> 41 42<h2>Revision History</h2> 43<p> 442008/12/05 Initial version. 45</p> 46<hr><p>CONFIDENTIAL</p></body> 47</html> 48