Skip to content

Instantly share code, notes, and snippets.

@gamefreak
Created February 22, 2011 04:26
Show Gist options
  • Save gamefreak/838227 to your computer and use it in GitHub Desktop.
Save gamefreak/838227 to your computer and use it in GitHub Desktop.
FSCatalogInfo catInfo;
FSGetCatalogInfo(&fileRef, kFSCatInfoFinderInfo, &catInfo, NULL, NULL, NULL);
FileInfo *info = (FileInfo*)catInfo.finderInfo;
info->fileCreator = 'ar12';
info->fileType = 'rsrc';
FSSetCatalogInfo(&fileRef, kFSCatInfoFinderInfo, &catInfo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment