You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
path mapping
About this tag
Path mapping refers to techniques for redirecting file access requests from one location to another, often used in development and enterprise IT environments. In Windows, users may need to address a local drive as if it were a network drive, for example, to test programs that expect network paths like \\server\data. Common approaches include using the `subst` command to associate a path with a drive letter, or more advanced methods like symbolic links or registry modifications. This tag covers discussions about mapping local folders to network-style paths without an actual network, enabling offline development and testing. Topics include drive mapping, path redirection, and workarounds for software that requires UNC paths.
I develop at home programs for use at work.
At work the pc's get data from the server
\\server\data\something
I want to run programs at home and have a drive or directory on my HDrive such that when program
asks for file from \\server\data\something then the local folder is accessed
I do not...
access control
data management
development
directory
file access
file sharing
h drive
home development
home office
local disk
network drive
pathmapping
programs
remote access
server directory
storage
subst
windows
work pc