jcline / fuse-google-drive

A fuse filesystem wrapper for Google Drive.
GNU General Public License v2.0
285 stars 48 forks source link

Duplicate file names #12

Open jcline opened 12 years ago

jcline commented 12 years ago

Apparently GD lets you have multiple files with the same name.

My understanding is that the way the Win and/or OSX clients handle this is by having filename.ext then filename (#).ext for each subsequent occurrence.

Perhaps assign #s based on creation time?