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
What should the return type of fileExists function ? (true/false ?)
Can we reuse fileSize function for isEmpty function, if fileSize==0 return true or should it check the file content?
Would it better to rename isEmpty to isFileEmpty to avoid potential confusion with any future function that would check if the content of a variable/string is empty?
Feature description
Proposed pebble functions:
The text was updated successfully, but these errors were encountered: