Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8237095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T19:21:31+00:00 2026-06-07T19:21:31+00:00

Problem consist of my lack of knowledge for Javascript afaik. When I write: function

  • 0

Problem consist of my lack of knowledge for Javascript afaik.
When I write:

function startOnDevice(){
   var path = document.addEventListener("deviceready", onDeviceReady, true);
}

How can I then pass a “string” of what the name of the file should be? (ei. to onDeviceReady, and then further down the tree.

then after it has been passed to onDeviceReady. it needs to be passed to, onFSSuccess:

function onDeviceReady() {
//what do we have in cache already?
$("#status").html("Checking your local cache....");    
window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFSSuccess, null);    
}

function onFSSuccess(fileSystem) {
    fileSystem.root.getDirectory("dk.lector.html5Generic",{
        create:true
    },gotDir,onError);
}

and then onFSSuccess needs to give the value back to the variable path somehow.

Any help?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T19:21:33+00:00Added an answer on June 7, 2026 at 7:21 pm

    Ok, here’s a new version as you’ve updated the code in the question:

    var file = "foo.txt";
    
    function onDeviceReady() {
      //what do we have in cache already?
      $("#status").html("Checking your local cache....");
      alert("file is " + file);    
      window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, 
      function (fileSystem) {
        onFSSuccess(fileSystem, file); // use file variable from above and pass as second param.
      }, null);    
    }
    
    function onFSSuccess(fileSystem, file) {
      alert("file is " + file);
      fileSystem.root.getDirectory("dk.lector.html5Generic",{
        create:true
       },gotDir,onError);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem that consist in comparing boolean expressions ( OR is +,
I'm solving a problem that consist in generate the first n<1000000 lucky numbers, but
I'm making a form which consist in some text and uploading files. The problem
My problem consist in show values into a cell of a DGV control, for
Problem: I have a list that consist of two tabs. When I submit a
Problem consists of two sorted lists with no duplicates of sizes n and m.
The stereo matching problem consists of obtaining a correspondence between right and left images.
Summing up, my problem consists on compiling g95 objects inside a C++ application. Actually,
I have an activity which consists of a ListView . The problem is that
I am Developing an application which consists of video-view,Here is my problem when I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.