Hi all,
I try to manipulate file in sub directory in my project root directory.
I have folder with name "Basic Usage HTML" and i try this code:
[NSURLRequest requestWithURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"index" ofType:@"html" inDirectory:@"Basic Usage HTML" ]isDirectory:YES] ]
And it's return "nil string parameter"
Any idea ?