Coconut I/O Framework  beta
CNURLUtil.h
Go to the documentation of this file.
00001 
00008 #import <Foundation/Foundation.h>
00009 #import "CNIOType.h"
00010 
00017 CNURIScheme
00018 CNSchemeOfUTF8String(const char * src) ;
00019 
00029 NSURL *
00030 CNAllocateURLForFile(NSString * fname, NSError ** error) ;
00031 
00032 
00033