Hi,

Does this look wrong to anyone?

        private static function fileSystemIsCaseInsensitive():Boolean
        {
                var os:String = Capabilities.os.substring(0, 3);
                return os == "Win" || os == "Mac";
        }

(As disks in OSX can be case sensitive.)

Justin

Reply via email to