• Thanks for sharing.

    This is what I decided to use for my projects:

    s = require('Storage');
    filename = 'foo';
    if (s.read(filename)!==undefined) {
        // file exits
    } else {
      // file missing
    }
    
    
    
About

Avatar for MaBe @MaBe started