Changeset 889

Show
Ignore:
Timestamp:
07/14/04 01:57:01 (4 years ago)
Author:
morris
Message:

unbreak parent for archives

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/FHFileHandler.m

    r881 r889  
    1 /* $Id: FHFileHandler.m,v 1.3 2004/07/09 02:38:44 morris Exp $ */ 
     1/* $Id: FHFileHandler.m,v 1.4 2004/07/13 23:57:01 morris Exp $ */ 
    22 
    33/* 
     
    113113                 
    114114                // --- get info struct 
    115                 LSCopyItemInfoForURL((CFURLRef) url, kLSRequestBasicFlagsOnly,&itemInfoRecord); 
     115                LSCopyItemInfoForURL((CFURLRef) url, kLSRequestBasicFlagsOnly, &itemInfoRecord); 
    116116 
    117117                // --- is it an OS9 invisible? 
  • Footagehead/trunk/FHRARHandler.m

    r876 r889  
    1 /* $Id: FHRARHandler.m,v 1.2 2004/07/04 23:37:37 morris Exp $ */ 
     1/* $Id: FHRARHandler.m,v 1.3 2004/07/13 23:57:01 morris Exp $ */ 
    22 
    33/* 
     
    7575         
    7676        // --- write relative path in root destination directory 
    77         [[[url absoluteString] stringByAddingURLPercentEscapes
     77        [[url absoluteString
    7878                writeToFile:[root stringByAppendingPathComponent:@".FootageheadPath"] 
    7979                 atomically:YES]; 
     
    9292 
    9393                if([NSFileManager directoryExistsAtPath:path]) { 
    94                         [[[[url absoluteString] stringByAppendingFormat:@"/%@", file] stringByAddingURLPercentEscapes
     94                        [[[url absoluteString] stringByAppendingFormat:@"/%@", file
    9595                                writeToFile:[path stringByAppendingPathComponent:@".FootageheadPath"] 
    9696                                 atomically:YES]; 
  • Footagehead/trunk/FHZipHandler.m

    r876 r889  
    1 /* $Id: FHZipHandler.m,v 1.2 2004/07/04 23:37:37 morris Exp $ */ 
     1/* $Id: FHZipHandler.m,v 1.3 2004/07/13 23:57:01 morris Exp $ */ 
    22 
    33/* 
     
    7272         
    7373        // --- write relative path in root destination directory 
    74         [[[url absoluteString] stringByAddingURLPercentEscapes
     74        [[url absoluteString
    7575                writeToFile:[root stringByAppendingPathComponent:@".FootageheadPath"] 
    7676                 atomically:YES]; 
     
    8989 
    9090                if([NSFileManager directoryExistsAtPath:path]) { 
    91                         [[[[url absoluteString] stringByAppendingFormat:@"/%@", file] stringByAddingURLPercentEscapes
     91                        [[[url absoluteString] stringByAppendingFormat:@"/%@", file
    9292                                writeToFile:[path stringByAppendingPathComponent:@".FootageheadPath"] 
    9393                                 atomically:YES];