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
If you try to check if a file called "foo" exists but the file name is "Foo" then findFile will return null, but If you try to create/move a file called "foo" then it will be renamed to "foo (1)", so I think it would be better if findFile is case insensitive, or maybe make it optional
The text was updated successfully, but these errors were encountered:
If you try to check if a file called "foo" exists but the file name is "Foo" then findFile will return null, but If you try to create/move a file called "foo" then it will be renamed to "foo (1)", so I think it would be better if findFile is case insensitive, or maybe make it optional
The text was updated successfully, but these errors were encountered: