Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What characters are illegal on the filename on iOS or OS X? [closed]

What characters are illegal on the filename on iOS or OS X?

For example, char "/" is illegal. I need to remove all of them and only them.

like image 725
Dmitry Avatar asked Oct 15 '25 02:10

Dmitry


1 Answers

Illegal characters on the HFS file system:

  • : - illegal char.
  • / - it's poor to use it.
  • \0 - not sure, but don't use it too.
like image 73
Dmitry Avatar answered Oct 17 '25 18:10

Dmitry



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!