Comments for BSPluginLoader http://codebeach.org/code/show/5 Comments feed for BSPluginLoader en-us Sat, 13 Dec 2008 09:38:03 +0000 Jean-Daniel Dupas says: http://codebeach.org/code/show/5 codebeach.org:comment:156 You should not hard-core any path. This is a bad practice. Use NSSearchPathForDirectoriesInDomains to locate the Application Support folders, and -[NSBundle builtInPlugInsPath] for the internal path. <br /><br /><br />