Changed filepath script to output to csv instead of txt

This commit is contained in:
2015-08-04 10:10:58 -04:00
parent f18fc308f9
commit 192ce76dc5
6 changed files with 46 additions and 7 deletions

View File

@@ -22,4 +22,8 @@ class Filesutil
return Dir["#{path}/*.*"]
end
def getFileBasename(file)
return File.basename(file.to_s)
end
end