getUploadFileFolderPathInDesigner 메서드
메서드
설명
매개 변수
반환값
예제
// 도움말 메소드 얻기
var helper = Forguncy.Helper;
//업로드된 파일의 폴더 경로 가져오기
var path = helper.SpecialPath.getUploadFileFolderPathInDesigner();
//업로드된 파일이 있는 폴더 경로를 보여주는 경고 상자 팝업
alert(path);
사용 예제


Last updated