# SpecialPath 클래스

#### **설명** <a href="#specialpath-lei-miao-shu" id="specialpath-lei-miao-shu"></a>

특수 경로입니다.

#### 메서드 <a href="#specialpath-lei-fang-fa" id="specialpath-lei-fang-fa"></a>

| 매서드                                                                                                                                           | 설명                                                              |
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [getBaseUrl](/command/javascriptprogramming/javascript-api/class/specialpath/getbaseurl.md)                                                   | 응용 프로그램 웹 사이트의 루트 URL을 가져옵니다. 앱이 게시되지 않은 경우 가져온 루트 URL은 "/"입니다. |
| [getBuiltInImageFolderPath](/command/javascriptprogramming/javascript-api/class/specialpath/getbuiltinimagefolderpath.md)                     | 그림 셀 유형을 사용하여 그림을 선택할 때 그림이 내장된 폴더의 경로를 가져옵니다.                  |
| [getImageEditorUploadImageFolderPath](/command/javascriptprogramming/javascript-api/class/specialpath/getimageeditoruploadimagefolderpath.md) | 그림 셀 유형을 사용하여 사진을 선택할 때 업로드된 그림이 있는 폴더의 경로를 가져옵니다.              |
| [getUploadFileFolderPathInDesigner](/command/javascriptprogramming/javascript-api/class/specialpath/getuploadfilefolderpathindesigner.md)     | 디자이너에 업로드된 파일의 폴더 경로를 가져옵니다.                                    |
| [getUploadImageFolderPathInServer](/command/javascriptprogramming/javascript-api/class/specialpath/getuploadimagefolderpathinserver.md)       | 이미지를 사용하여 셀 유형을 업로드하여 업로드한 이미지가 있는 폴더의 경로를 가져옵니다.               |
| [getUserFileFolderPath](/command/javascriptprogramming/javascript-api/class/specialpath/getuserfilefolderpath.md)                             | 사용자 파일의 저장소 경로를 가져옵니다.                                          |
| [getPluginRootPath](/command/javascriptprogramming/javascript-api/class/specialpath/getpluginrootpath.md)                                     | 지정된 플러그인의 네트워크 루트 경로를 가져옵니다.                                    |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.forguncy.co.kr/command/javascriptprogramming/javascript-api/class/specialpath.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
