answersLogoWhite

0


Best Answer

Press Ctrl + Home... works every time!

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you move the insertion point quickly to the beginning of a file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you insert data in middle of file in java?

One way to do it would be as follows: * Read the entire file to a String variable * Write the data before the insertion point * Write the data to be inserted * Write the data after the insertion point Probably the following would be more efficient: * Read the part of the file after the insertion point, to a String variable * Write the data to be inserted * Write the data after the insertion point Perhaps some classes have methods that can automate this, from the point of view of the programmer. But if you want to INSERT something, it's unavoidable to have the overhead of reading the data after the insertion point, and writing it back again. This assumes you use a text file; when working with a database, there are other, usually more efficient, options.


Contains the highlighted default file name followed by an insertion point?

The icon title text box


What is the file type for a Power Point File?

The file type for a power point file is PPT. This is the extension for the file of power point.


How can insert a data into file in c?

You insert data into a file by copying the file to a temporary file up to the point of insertion, then copying the data to be inserted, then copying the balance of the original file. After closing the temporary file you delete the original file and rename the temporary file back to the original file's name.


How do you write in certain line in file by C plus plus?

There are several ways, depending on whether you wish to edit the file directly or load the file into memory to perform the edits. Editing the file directly is seldom recommended -- a better alternative is to make a temporary copy of the file, splitting the file at the insertion point to create two temporaries. Append the inserted text to the first temporary, then append the second temporary. Finally, delete the original file and rename your temporary. You pretty much do the same thing in memory, except you first create an array to store the entire file plus the inserted text, read the first portion of the file into the array up to the insertion point, then insert your new line before reading the remainder of the file. Then write the array back to a new file. Delete the original file then rename the copy. The best method, of course, is to read the entire file into memory first, then perform as many insertions as required before writing back to disk. But always write a copy -- never the original file. Once the copy is made, you can safely delete the original and rename the copy. This ensures the original file doesn't become corrupt if something goes wrong during the save.


How do you download a file on a Microsoft word document?

You can download a trial version of Office (which includes Word) from the Microsoft website. If you just need to view a Word document, Windows comes with the Wordpad application which should allow you to view word documents.


What if you forgot when you had Mirena placed inside you?

If you've forgotten when you had the IUD inserted, contact the health center where you had it put in. They will have the insertion record on file.


What runs automatically after the insertion of a CD or DVD into the appropriate drive?

Often on a CD or a DVD there is a file called autorun.inf This file will run when the DVD or CD is inserted into the drive, and it will run a menu or an installation setup.


What is a serial file?

A serial file is a type of computer file in which the data has been written to the file in sequence (like a phone directory). Usually such files have to be read from the beginning to find a particular record.


What Windows program allows to quickly locate a file or a folder?

windows explorer


What indicates a records position relative to the beginning of a file?

A relative record number indicates a records position relative to the beginnig of a file.


What should you do if your Lego Indiana Jones 2 file corrupts?

If it is your save file, delete it then start from the beginning. Otherwise, get a new game.