MCPcopy
hub / github.com/pythongosssss/ComfyUI-Custom-Scripts / is_junction

Function is_junction

pysssss.py:112–118  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

110
111
112def is_junction(path):
113 if os.name != "nt":
114 return False
115 try:
116 return bool(os.readlink(path))
117 except OSError:
118 return False
119
120
121def install_js():

Callers 1

install_jsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected