Show
Ignore:
Timestamp:
02/13/07 23:29:55 (2 years ago)
Author:
morris
Message:

Resolve tildes in log path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/WCSettings.m

    r3950 r4611  
    2929#import "WCSettings.h" 
    3030 
    31 @implementation WCSettings 
    32  
    3331NSString * WCExpandWiredPath(NSString *path) { 
     32        path = [path stringByExpandingTildeInPath]; 
     33         
    3434        if([path hasPrefix:@"/"]) 
    3535                return path; 
     
    3939 
    4040 
     41 
     42@implementation WCSettings 
    4143 
    4244+ (NSDictionary *)defaults {