Start inplace rename (Shift+F6)
Somewhere into filename enter questionmark(s) '?'
Press enter.
Is this a intentional behaviour or a bug?
Renaming with question marks
Moderators: Hacker, petermad, Stefan2, white
Hi solid,
please refer to:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%29.aspx#naming_conventions
in short:
reserved characters which may not be used in file names:
< (less than)
> (greater than)
: (colon)
" (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)
please refer to:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%29.aspx#naming_conventions
in short:
reserved characters which may not be used in file names:
< (less than)
> (greater than)
: (colon)
" (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)