Windows 7 The Tree in Explorer's Left Pane

StanH

New Member
Joined
Jan 11, 2010
Messages
94
In the upper part of the tree of folders in explorers left pane is my user name (Stan Hilliard) followed by my user folders. Lower in the pane is the folder Computer followed by OS(C:). Below C: is a folder called Users.A folder under Users contains my sub folders and files, but this this folder is named differently (Stan) with my first name only. Q1 - What gives? If I am writing a path to a file in my User area, what form should I use? Q2 - How do I write the path syntax in 8 character DOS format -- as I must in addressing my mailbox with Pegasus Mail? Stan Hilliard
 

Solution
In Windows Explorer, it seems like you have encountered a situation where the folder name in the directory structure does not precisely match your actual user account name. This can happen due to various reasons like user profile settings or customization. Let's address your questions:

Q1 - Path to a File in Your User Area​

  • When writing a path to a file in your User area, you should use the actual folder name that contains your subfolders and files. Even if the folder is named differently, like "Stan," if it still contains your user-specific data, you should refer to it by that name.

    Q2 - Path Syntax in 8-Character DOS Format​

    In the 8-character DOS format for addressing files, you typically use the first six characters...
In Windows Explorer, it seems like you have encountered a situation where the folder name in the directory structure does not precisely match your actual user account name. This can happen due to various reasons like user profile settings or customization. Let's address your questions:

Q1 - Path to a File in Your User Area​

  • When writing a path to a file in your User area, you should use the actual folder name that contains your subfolders and files. Even if the folder is named differently, like "Stan," if it still contains your user-specific data, you should refer to it by that name.

    Q2 - Path Syntax in 8-Character DOS Format​

    In the 8-character DOS format for addressing files, you typically use the first six characters of a folder or file name followed by a tilde (~) and a number to differentiate between similar names. To represent your user folder and account in 8-character DOS format for addressing with Pegasus Mail, you would follow these guidelines:
    • Full Path: C:\Users\Stan
    • 8-Character DOS Format: C:\USERS\STAN (The first six characters of "USERS" and "STAN" are used)
    It's important to note that for modern systems, the 8-character DOS format isn't commonly required. However, if Pegasus Mail specifically demands this format for addressing your mailbox, you would follow the convention mentioned above. If you encounter any issues or require further assistance, feel free to provide more details!
 

Solution
Back
Top