blob: 3db289c45b99cea1a4ea63dbfd0508c796bfb181 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="up" title="FatFs" href="../00index_j.html">
<link rel="stylesheet" href="../css_j.css" type="text/css" media="screen" title="ELM Default">
<title>FatFs - f_stat</title>
</head>
<body>
<div class="para">
<h2>f_stat</h2>
<pre>
FRESULT f_stat (
const char* <em>FileName</em>, /* t@C܂̓fBNgւ̃|C^ */
FILINFO* <em>FileInfo</em> /* t@C\̂ւ̃|C^ *
);
</pre>
</div>
<div class="para">
<h4></h4>
<dl class="par">
<dt>FileName</dt>
<dd>t@C܂̓fBNg<tt>'\0'</tt>ŏI镶w|C^w肵܂B</dd>
<dt>FileInfo</dt>
<dd>ǂݏot@Ci[t@C\̂ւ̃|C^w肵܂B</dd>
</dl>
</div>
<div class="para">
<h4>߂l</h4>
<dl class="ret">
<dt>FR_OK (0)</dt>
<dd>IB</dd>
<dt>FR_NO_FILE</dt>
<dd>t@C܂̓fBNgȂB</dd>
<dt>FR_NO_PATH</dt>
<dd>pXȂB</dd>
<dt>FR_INVALID_NAME</dt>
<dd>pXsB</dd>
<dt>FR_INVALID_DRIVE</dt>
<dd>hCuԍsB</dd>
<dt>FR_NOT_READY</dt>
<dd>fBAZbgĂȂȂǁAhCus\ԁB</dd>
<dt>FR_DISK_ERR</dt>
<dd>fBXNEG[ɂ鎸sB</dd>
<dt>FR_INT_ERR</dt>
<dd>sFAT\܂͓G[ɂ鎸sB</dd>
<dt>FR_NOT_ENABLED</dt>
<dd>_hCuɃ[NGA蓖ĂĂȂB</dd>
<dt>FR_NO_FILESYSTEM</dt>
<dd>fBXNɗLFAT{[ȂB</dd>
</dl>
</div>
<div class="para">
<h4></h4>
<p>t@C܂̓fBNgɊւ܂Bt@C̏ڍׂɂĂ <tt>FILINFO</tt>\̂QƂĂB</p>
</div>
<div class="para">
<h4>Ή</h4>
<p><tt>_FS_MINIMIZE == 0</tt>̂ƂɎgp\łB</p>
</div>
<div class="para">
<h4>Q</h4>
<p><tt><a href="opendir.html">f_opendir</a>, <a href="readdir.html">f_readdir</a>, <a href="sfileinfo.html">FILINFO</a>, <a href="sdir.html">DIR</a></tt></p>
</div>
<p class="foot"><a href="../00index_j.html">߂</a></p>
</body>
</html>
|