tags:

views:

17

answers:

2

can anyone provides me details of files and folder which not allow to create in Window OS.

Except these * PRN * AUX * NUL * LPT1 * COM1 * Potential drive letter - A: to Z: * A number of others

A: 

Wikipedia: Filename has a list of the names not allowed:

CON, PRN, AUX, CLOCK$, NUL, COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT0, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

Lasse V. Karlsen
A: 

See Naming a file on MSDN.

MSalters