Fix "New Document Here" Service

Expand leading tilde in paths, else NSFileManager thinks the path does
not exists.
This commit is contained in:
Bjorn Winckler
2009-09-04 18:23:56 +02:00
parent 99805e6988
commit 814f3a5ed0
+1
View File
@@ -1362,6 +1362,7 @@ fsEventCallback(ConstFSEventStreamRef streamRef,
}
NSString *path = [pboard stringForType:NSStringPboardType];
path = [path stringByExpandingTildeInPath];
BOOL dirIndicator;
if (![[NSFileManager defaultManager] fileExistsAtPath:path