Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 파이썬
- Exif
- insert into
- swift html parser
- 유성
- python
- C#
- 노은
- VBA
- swift
- 스위프트
- 대전
- Xcode
- file move
- dataset
- 달력
- 딴지일보 자유게시판 파씽
- 대전 업힐
- exifread
- 엑셀
- 자전거
- StreamReader
- kanna html parser
- MDB
- kanna parser
- mdb table 합치기
- 대전 자전거
- euc-kr
- html parser
- EXIF data
Archives
- Today
- Total
목록하위폴더생성 (1)
Fly to the sky & Return
선택된 폴더에 하위폴더 생성하기.. Create the sub_folder where selected folder with Swift
123456789101112131415161718192021222324252627282930313233import Cocoa class ViewController: NSViewController { @IBAction func open(sender: AnyObject) { var myOpenDialog: NSOpenPanel = NSOpenPanel() myOpenDialog.canChooseDirectories = true myOpenDialog.runModal() var path = myOpenDialog.URL?.path var path1 = String(path!) + "/test" //
프로그래밍/Swift(IOS & Mac)
2016. 3. 17. 11:55