/*
- * ITLoginItem.c
+ * ITLoginItem.m
* ITFoundation
*
- * Created by Kent Sutherland on Sun May 16 2004.
+ * Created by Kent Sutherland on Mon May 17 2004.
* Copyright (c) 2004 __MyCompanyName__. All rights reserved.
*
*/
loginarray = [loginwindow objectForKey:@"AutoLaunchedApplicationDictionary"];
//Create the alias data
- FSMakeRefWithPath([path UTF8String], &fileRef);
+ FSPathMakeRef([path UTF8String], &fileRef, NULL);
FSNewAlias(NULL, &fileRef, &alias);
aliasData = [NSData dataWithBytes:&alias length:sizeof(alias)];