Thanks for the great module!
I was wondering about this line in the source:
fname: file.history[file.history.length - 1].substr(file.base.length),
Why do you need to take the substring? For me it results in paths like sers/name/file instead of /Users/name/file.
Thanks for the great module!
I was wondering about this line in the source:
Why do you need to take the substring? For me it results in paths like
sers/name/fileinstead of/Users/name/file.