mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Update for an Issue #352
This commit is contained in:
parent
d6fc10092f
commit
db0a1e58b9
11 changed files with 138 additions and 8 deletions
|
|
@ -1480,7 +1480,7 @@ def isWindowsDriveLetterPath(filepath):
|
|||
def posixToNtSlashes(filepath):
|
||||
"""
|
||||
Replaces all occurances of Posix slashes (/) in provided
|
||||
filepath with NT ones (/)
|
||||
filepath with NT ones (\)
|
||||
|
||||
>>> posixToNtSlashes('C:/Windows')
|
||||
'C:\\\\Windows'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue