patrickhno/cocoa

resource key for NSURLVolumeSupportsCaseSensitiveNamesKey

Opened this issue · 1 comments

Cocoa::NSURLVolumeSupportsCaseSensitiveNamesKey returns a string and
filesystem :forKey => Cocoa::NSURLVolumeSupportsCaseSensitiveNamesKey returns hell
trying to do in ruby this (obj C):
NSError *thiserror;
id thisout;

NSURL *filesystem = [NSURL fileURLWithPath:@"/" isDirectory:true];
bool result = [filesystem getResourceValue:&thisout forKey:NSURLVolumeSupportsCaseSensitiveNamesKey error:&thiserror];

Additional info using jruby 9.x series. o os x.12 (Sierra). Should I try it with standard ruby or rubinius?