Added a second script to find paths with above 260 characters.
This commit is contained in:
@@ -12,4 +12,10 @@ class Filecreate
|
||||
openFile = File.open(self.filename,"a")
|
||||
return openFile
|
||||
end
|
||||
|
||||
def writeWindowsFilePath(whatToWrite)
|
||||
whatToWrite = whatToWrite.gsub("/","\\")
|
||||
self.open.puts(whatToWrite)
|
||||
self.open.close
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user