Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Project Tests/
  2. project.xcodeproj
  3. Project/
  4.  
  5. Project Tests/
  6. WebResponseTest.swift
  7. Webresponse.txt
  8. project.xcodeproj
  9. Project/
  10.  
  11. let text = String(contentsOfFile: "Webresponse.txt", encoding: NSUTF8StringEncoding, error: &error)
  12.  
  13. let text1 = String(contentsOfFile: "Project Tests/Webresponse.txt", encoding: NSUTF8StringEncoding, error: &error)
  14.  
  15. let text2 = NSBundle.mainBundle().pathForResource("Webresponse", ofType: "txt")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement