fuse4js icon indicating copy to clipboard operation
fuse4js copied to clipboard

is it possible to change filename on create or release?

Open lalitkapoor opened this issue 11 years ago • 0 comments

Hi, I'm trying to change a file's extension when I create it in the mounted file system. Is this possible? If so, how should I go about doing this? I tried tweaking the create and release functions on the mirrorFS example to rename the file, but no luck. I got an endless loop between create and release when I modified the create command, and I got -43 errors when I modified the release command.

Any direction would be much appreciated. Thank you!

lalitkapoor avatar Nov 30 '14 10:11 lalitkapoor