Changeset 881
- Timestamp:
- 07/09/04 04:38:44 (4 years ago)
- Files:
-
- Footagehead/trunk/FHFileHandler.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/FHFileHandler.m
r876 r881 1 /* $Id: FHFileHandler.m,v 1. 2 2004/07/04 23:37:37morris Exp $ */1 /* $Id: FHFileHandler.m,v 1.3 2004/07/09 02:38:44 morris Exp $ */ 2 2 3 3 /* … … 94 94 95 95 // --- check for file indicating relative path 96 if([name isEqualToString:@".FootageheadPath"]) { 97 _relativeURL = [[NSURL alloc] initWithString: 98 [[NSString stringWithContentsOfFile:path] stringByReplacingURLPercentEscapes]]; 99 } 96 if([name isEqualToString:@".FootageheadPath"]) 97 _relativeURL = [[NSURL alloc] initWithString:[NSString stringWithContentsOfFile:path]]; 100 98 101 99 // --- get URL
