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
The function always returns a UFile object.
Either the implementation needs to be adjusted or the documentation updated. In the latter case, there seems to be no way for the user to understand if the operation was successful.
The text was updated successfully, but these errors were encountered:
The documentation of
createFile
says@return A File object if successful, NULL if not.
. However the implementation is as follows:The function always returns a UFile object.
Either the implementation needs to be adjusted or the documentation updated. In the latter case, there seems to be no way for the user to understand if the operation was successful.
The text was updated successfully, but these errors were encountered: