質問

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.

役に立ちましたか?

解決

Illegal characters on the HFS file system:

  • : - illegal char.
  • / - it's poor to use it.
  • \0 - not sure, but don't use it too.

他のヒント

It is the same as any *nix filesystem. See this post: What characters should be restricted from a Unix file name?

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top