Previous Next

Support the Universal Naming Convention (UNC)

[This is preliminary documentation and subject to change.]

Requirement   (Designed for Microsoft® Windows® Logo)

Your application must support the Universal Naming Convention (UNC). UNC paths allow logical connections to network devices without the need to specifically reference a network drive letter.

Your application must work seamlessly in a network environment but is not necessarily required to be network aware. Your application must be able to locate the network server and path with the UNC name even over a modem connection.

Supporting UNC does not mean that the application is disallowed from presenting network drive letters to users. It merely means that the user must have the option of using only the UNC path name.

Remarks

A long file name (LFN) is 260 characters long, which generally includes:

A UNC path has 2 bytes for "\\" instead of 3 bytes for "<driveletter>:\", and the path may not include an extension (file type).

Exception

Non-File-Based Applications are not required to provide UNC support.

See Also

Pretesting UNC and LFN Support