Supporting Long File Names and UNC

Microsoft Windows NT and Windows 95 now provide the capability to incorporate long file names in system administration and application development, and support the universal naming convention (UNC) for seamless integration in networking environments.

Long File Names

Long file names significantly expand and increase the 32-bit Windows operating system functionality that previously was limited by the 8.3 file name length restriction of the older 16-bit Windows operating system.

The following general guidelines apply to all file systems supported within the Windows operating system. An application that follows these guidelines can create valid names for files and directories regardless of the file system in use:

Universal Naming Convention

Supporting the UNC paths when dealing with file names is another way for an application to work seamlessly in a network environment. UNC paths allow logical connections to network devices without the need to specifically reference a network drive letter. The system will be able to locate the network server and path with the UNC name even over a modem connection. The UNC describes network servers and share points on those servers. UNC names start with two backslashes followed by the server name. All other fields in the name are separated by a single backslash.