Tag Archives: created

Is there any way to open a Quickbooks file created in a newer version in an older version? ?

We sent our accountant our quickbooks file and she opened it and made changes in a newer version. Because of the number of changes she made, she wants us to use the file she now has. She sent it to … Continue reading

Tagged , , , , , , , | Leave a comment

Assume that a File object myDir has been created and initialized. How would you create a directory myDir?

Assume that a File object myDir has been created and initialized. How would you create a directory myDir? 1. myDir.mkdir(); 2. myDir.makedir(); 3. myDir.create(); 4. myDir.createDir();

Tagged , , , , , , , , , | Leave a comment