awtk/docs/manual/fs_item_t.md
2020-01-06 17:18:47 +08:00

54 lines
1.3 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.

## fs\_item\_t
### 概述
代表目录或文件。
----------------------------------
### 属性
<p id="fs_item_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#fs_item_t_is_dir">is\_dir</a> | bool\_t | 是否是目录。 |
| <a href="#fs_item_t_is_link">is\_link</a> | bool\_t | 是否是符号链接。 |
| <a href="#fs_item_t_is_reg_file">is\_reg\_file</a> | bool\_t | 是否是普通文件。 |
| <a href="#fs_item_t_name">name</a> | char* | 名称。 |
#### is\_dir 属性
-----------------------
> <p id="fs_item_t_is_dir">是否是目录。
* 类型bool\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### is\_link 属性
-----------------------
> <p id="fs_item_t_is_link">是否是符号链接。
* 类型bool\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### is\_reg\_file 属性
-----------------------
> <p id="fs_item_t_is_reg_file">是否是普通文件。
* 类型bool\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### name 属性
-----------------------
> <p id="fs_item_t_name">名称。
* 类型char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |