awtk/docs/manual/fb_item_t.md
2020-02-14 17:58:18 +08:00

87 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## fb\_item\_t
### 概述
文件或目录的信息。
----------------------------------
### 属性
<p id="fb_item_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#fb_item_t_atime">atime</a> | uint64\_t | 最后一次访问时间。 |
| <a href="#fb_item_t_ctime">ctime</a> | uint64\_t | 创建时间。 |
| <a href="#fb_item_t_is_dir">is\_dir</a> | bool\_t | 是否是目录。 |
| <a href="#fb_item_t_is_reg_file">is\_reg\_file</a> | bool\_t | 是否是常规文件。 |
| <a href="#fb_item_t_mtime">mtime</a> | uint64\_t | 最后修改时间。 |
| <a href="#fb_item_t_name">name</a> | char* | 名称。 |
| <a href="#fb_item_t_size">size</a> | uint64\_t | 文件大小。 |
#### atime 属性
-----------------------
> <p id="fb_item_t_atime">最后一次访问时间。
* 类型uint64\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### ctime 属性
-----------------------
> <p id="fb_item_t_ctime">创建时间。
* 类型uint64\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### is\_dir 属性
-----------------------
> <p id="fb_item_t_is_dir">是否是目录。
* 类型bool\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### is\_reg\_file 属性
-----------------------
> <p id="fb_item_t_is_reg_file">是否是常规文件。
* 类型bool\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### mtime 属性
-----------------------
> <p id="fb_item_t_mtime">最后修改时间。
* 类型uint64\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### name 属性
-----------------------
> <p id="fb_item_t_name">名称。
* 类型char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### size 属性
-----------------------
> <p id="fb_item_t_size">文件大小。
* 类型uint64\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |