You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
lalitkapoor
changed the title
is it possible to rename a file on release?
is it possible to rename a file on create or release?
Nov 30, 2014
lalitkapoor
changed the title
is it possible to rename a file on create or release?
is it possible to change filename on create or release?
Nov 30, 2014
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!
The text was updated successfully, but these errors were encountered: