[]
SpecialPath.getUserFileFolderPath()
사용자 파일의 저장소 경로를 가져옵니다.
없음
string
다음 예제 코드에서는 getUserFileolderPath 메서드를 사용하여 사용자 파일의 저장소 경로를 가져옵니다.
// 도움말 메소드 얻기
var helper = Forguncy.Helper;
//사용자 파일의 저장 경로 가져오기
var path = helper.SpecialPath.getUserFileFolderPath();
// 폴더 경로를 보여주는 경고 상자가 나타납니다.
alert(path);

