Skip to main content

CFURLCopyFileSystemPath

Function CFURLCopyFileSystemPath 

Source
pub extern "C-unwind" fn CFURLCopyFileSystemPath(
    an_url: &CFURL,
    path_style: CFURLPathStyle,
) -> Option<CFRetained<CFString>>
👎Deprecated:

renamed to CFURL::file_system_path

Available on crate feature CFURL only.