// // MPT_ResolveAlias.h // AUCoderDemo // // Created by Andrew Salamon on 6/6/06. // Copyright (c) 2006 Machine Perception Laboratory // University of California San Diego.// #import @interface NSString(MPT_ResolveAlias) /// If this string is a path that points ot an alias, resolve it and change the string to point to the alias' destination. - (NSString *)stringByResolvingAliases; @end