> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-testing-latest.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# file

<div id="chainable-ops">
  ## 체이닝 가능한 Ops
</div>

### <a id="file-contents" />`file-contents`

\_file\_의 내용을 반환합니다

| 인수     | 설명        |
| :----- | :-------- |
| `file` | *file* 객체 |

<div id="return-value">
  #### 반환 값
</div>

\_file\_의 내용

### <a id="file-digest" />`file-digest`

\_file\_의 다이제스트를 반환합니다.

| 인수     | 설명     |
| :----- | :----- |
| `file` | *file* |

<div id="return-value">
  #### 반환 값
</div>

\_file\_의 다이제스트

### <a id="file-size" />`file-size`

\_file\_의 크기를 반환합니다

| 인수     | 설명     |
| :----- | :----- |
| `file` | *file* |

#### 반환값

\_file\_의 크기

### <a id="file-table" />`file-table`

\_file\_의 내용을 *table* 형태로 반환합니다

| 인수     | 설명     |
| :----- | :----- |
| `file` | *file* |

#### 반환값

\_file\_의 내용을 *table* 형식으로 나타낸 값

<div id="list-ops">
  ## Ops 목록
</div>

### <a id="file-contents-list" />`file-contents`

\_file\_의 내용을 반환합니다

| 인수     | 설명     |
| :----- | :----- |
| `file` | *file* |

<div id="return-value">
  #### 반환 값
</div>

\_file\_의 내용

### <a id="file-digest-list" />`file-digest`

\_file\_의 다이제스트를 반환합니다

| 인수     | 설명     |
| :----- | :----- |
| `file` | *file* |

<div id="return-value">
  #### 반환 값
</div>

\_file\_의 다이제스트

### <a id="file-size-list" />`file-size`

*file* 크기를 반환합니다

| 인수     | 설명     |
| :----- | :----- |
| `file` | *file* |

#### 반환값

\_file\_의 크기

### <a id="file-table-list" />`file-table`

\_file\_의 내용을 *table* 형식으로 반환합니다

| 인수     | 설명     |
| :----- | :----- |
| `file` | *file* |

#### 반환값

\_file\_의 내용을 *table* 형식으로 나타낸 값
