Comments for ComBelkadanUtilsFilePathFormatter http://codebeach.org/code/show/33 Comments feed for ComBelkadanUtilsFilePathFormatter en-us Sat, 26 May 2007 22:19:04 +0000 C. Weaver says: http://codebeach.org/code/show/33 codebeach.org:comment:6 This is a great piece of code; I found it really handy. However, it has a typo that prevents it from functioning correctly: on line 92 of ComBelkadanUtilsFilePathFormatter.m is says &quot;isInvisibleAtPath&quot; when it should say &quot;isInvisibleFileAtPath&quot;. Fixing this made it work perfectly. <br /><br /> Sun, 27 May 2007 13:53:48 +0000 Michele Balistreri says: http://codebeach.org/code/show/33 codebeach.org:comment:9 Fixed, thanks!<br /><br />