Workaround for Reserved Words

In "Reserved Words" (August 2003, InstantDoc ID 39418), Martin Corydon-Petersen asserts that you can't create files or directories whose names conflict with reserved words, illustrating with a folder named con.pds. However, you can indeed create and delete such a directory. Use the Universal Naming Convention (UNC) path to bypass the reserved words list. For example, go to a command prompt and enter

MD \\server\d$\con.pds

This command creates a directory called con.pds on the D drive. To remove the directory, enter

RD \\server\d$\con.pds

Discuss this Article 2

Corydon (not verified)
on Jun 9, 2006
Thing is that it is not con.pds, which is the problem. It's con by itself - Try issuing: MD \\server\d$\con and you'll have the same problem again.

Please or Register to post comments.

Upcoming Training

Mastering System Center 2012

During over 6 hours of training you can join John Savill from your computer as he will walk you through the key components and capabilities of System Center 2012, what’s involved in using the components, and the benefit they can bring to your environment.

Register Now

Current Issue

May 2013 - The NameTranslate object is useful when you need to translate Active Directory object names between different formats, but it's awkward to use from PowerShell. Here's a PowerShell script that eliminates the awkwardness.

CURRENT ISSUE / ARCHIVE / SUBSCRIBE

Windows Forums

Get answers to questions, share tips, and engage with the Windows Community in our Forums.