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 |
29 | 30 | 31 |
Tags
- 대전
- 노은
- 자전거
- exifread
- C#
- Exif
- dataset
- Xcode
- python
- 엑셀
- insert into
- file move
- swift html parser
- kanna html parser
- swift
- html parser
- 대전 업힐
- mdb table 합치기
- VBA
- StreamReader
- 유성
- kanna parser
- euc-kr
- 스위프트
- 달력
- MDB
- 대전 자전거
- 파이썬
- 딴지일보 자유게시판 파씽
- 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