AFAIK, Mac FS can be formatted with case sensitive file names (using 
Case-sensitive Journaled HFS) but according to some forums, it's not a 
recommended practice.

Maurice

-----Message d'origine-----
De : Justin Mclean [mailto:jus...@classsoftware.com] 
Envoyé : lundi 3 février 2014 04:56
À : dev@flex.apache.org
Objet : FielSystemControlHelper platform check

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