Which symbols may not be used when naming a file?

1 answer

Answer

1196311

2026-08-09 05:55

+ Follow

When naming a file, certain symbols are generally prohibited to prevent issues with file systems. Commonly disallowed characters include: slashes (/) and backslashes (), colons (:), asterisks (*), question marks (?), quotes ("), angle brackets (<, >), and pipe symbols (|). These characters can interfere with file path interpretation or have special meanings in operating systems. It's best to stick to alphanumeric characters, dashes (-), and underscores (_) for file names.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.