Projucer just told me @ was an illegal char when renaming a file

I am on a Mac and working in an iOS app. In this case @ is a legal character for filenames, e.g. my-image@2x.png

This is an illegal character on FAT filesystems. See this link.

1 Like

I know… and I guess since Projucer has to support multiple file systems its safer for it not to allow illegal chars from FAT filesystems on others? Not a biggie but would be nice if it could detect the current filesystem and respond accordingly. But then if you were building a cross-platform project it would break on other platforms… So maybe not :slight_smile:

1 Like