MCPcopy Index your code
hub / github.com/pyload/pyload / save_path

Function save_path

module/utils.py:36–41  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

34
35
36def save_path(name):
37 #remove some chars
38 if os.name == 'nt':
39 return remove_chars(name, '/\\?%*:|"<>')
40 else:
41 return remove_chars(name, '/\\"')
42
43
44def save_join(*args):

Callers 2

folderMethod · 0.90
downloadMethod · 0.90

Calls 1

remove_charsFunction · 0.70

Tested by

no test coverage detected