What are the invalid folder characters on OSX, Windows and Unix?
I am using user's contents as a basis for folder name that I create on dropbox via their API. What are the characters that would make folder names invalid on OSX, Windows and Unix? I would l开发者_如何学Pythonike to filter them out before creating the folder.
a file/folder name cannot contain any of the following characters on windows / \ : * < > |
only have windows so dont know about osx and unix :(
精彩评论