getUserFileFolderPath 메서드
메서드
설명
매개 변수
반환값
예제
// 도움말 메소드 얻기
var helper = Forguncy.Helper;
//사용자 파일의 저장 경로 가져오기
var path = helper.SpecialPath.getUserFileFolderPath();
// 폴더 경로를 보여주는 경고 상자가 나타납니다.
alert(path);
사용 예제


Last updated
// 도움말 메소드 얻기
var helper = Forguncy.Helper;
//사용자 파일의 저장 경로 가져오기
var path = helper.SpecialPath.getUserFileFolderPath();
// 폴더 경로를 보여주는 경고 상자가 나타납니다.
alert(path);

Last updated