Changeset 1100
- Timestamp:
- Nov 17, 2006, 10:12:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r1099 r1100 533 533 NSString * volumeName = [[[NSFileManager defaultManager] componentsToDisplayForPath: [self downloadFolder]] 534 534 objectAtIndex: 0]; 535 NSDictionary * fsAttributes = [[NSFileManager defaultManager] fileSystemAttributesAtPath: [self d ataLocation]];535 NSDictionary * fsAttributes = [[NSFileManager defaultManager] fileSystemAttributesAtPath: [self downloadFolder]]; 536 536 uint64_t remainingSpace = [[fsAttributes objectForKey: NSFileSystemFreeSize] unsignedLongLongValue], 537 537 torrentRemaining = [self size] - (uint64_t)[self downloadedValid];
Note: See TracChangeset
for help on using the changeset viewer.