Kare Morstol
|
a7b7033383
|
Remove a couple of double spaces.
I do not like double spaces.
|
2015-11-09 23:53:12 +01:00 |
|
Kare Morstol
|
cab35b4078
|
Add a trailing / to ‘main.tempdirectory’.
|
2015-10-18 23:44:22 +02:00 |
|
Kare Morstol
|
70319b54db
|
Update test scripts for SwiftShell 2.0.
Finally.
|
2015-10-16 03:52:47 +02:00 |
|
Kare Morstol
|
1f96ffa770
|
Enable "/" as file path concatenation operator.
Now you can do `let filepath = tempdirectory / "newfile.txt"`.
|
2014-12-02 02:06:21 +01:00 |
|
Kare Morstol
|
e74189d008
|
Make tempdirectory a String instead of a NSURL.
The fact that NSURLs cannot be created with string literals makes them too cumbersome to use.
|
2014-12-02 00:17:39 +01:00 |
|
Kare Morstol
|
f60f6ae083
|
Add script for testing reading and writing files.
|
2014-11-25 20:45:38 +01:00 |
|