Skip to content

Instantly share code, notes, and snippets.

Map a local directory to a drive letter

Using subst

Create

subst x: C:\Folder\Example
#
# NOTE: This code is not intended for direct use. It is just providing some simplified functions
# that helped with a demo app, that is moving to better code.
#
###################################
# TEMPORARILY disabling
import urllib3
urllib3.disable_warnings()
###################################