Skip to content

resource key for NSURLVolumeSupportsCaseSensitiveNamesKey #5

@rinkevichjm

Description

@rinkevichjm

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];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions