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.
  1. R

    Windows 7 Address local drive as if it was a network drive

    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...
Support hub
Messages Watched Saved Settings Log in Register
Back
Top