Ghost file in the Dock, how to delete?

Hi!
I recently can see a file in the Download folder in the Dock. I can't see it in the Download folder in Finder. If I try to"catch" it I get a message "The Application can't be found". I find it irritating and would like to delete the file. It is named 4_Kkt409.part, What is a .part file anyway?? Does anyone know?

After some searching on the Internet
I found that the .part file is a partial file from an unsuccessfull download in Firefox. I had a such a week ago. The application Onyx has a cleaning feature for deleting the icon cache from the Dock. It worked. I had to restart and also change the dock settings as I like to have them

Similar Messages

  • I  accidentally  deleated my download file from the dock,how do I get it back?

    I accidentally deleated my download file from the dock, how do I get it back?

    Go to your Home folder, locate the Downloads folder. Select the folder with the mouse and drag the icon into the right side of the Dock. Voila!

  • HOw to create a text file in the given path and delete it after the use?

    Hi all,
    I am trying to create a text file at the given path and delete the created file after the use.
    I am using following code.:
    import java.io.*;
    // write binary data as characters
    public class RanIO {
                                            public static void main(String f[])
                                                      // First illustrate append
                                                      String lineSep = "\n";
                                                      try {
                                                                     File temp= new File("C:/Ash","cute.txt");
                                                      boolean ch=temp.createNewFile();
                                                      if(ch)
                                                           System.out.println("file created");
                                                      else
                                                      System.out.println("file Not created");
                                                      //writing to file
                                                 /*     PrintWriter p = new PrintWriter(new BufferedWriter(new FileWriter("cute.txt",true)));
                                                      p.print("Emp NO");
                                                      p.close();*/
                                                                // Open fileWriter in append mode
                                                                               FileWriter fos = new FileWriter(temp, true);
                                                                               BufferedWriter bw = new BufferedWriter(fos);
                                                                               PrintWriter pw = new PrintWriter(fos);
                                                                               double d=550;
                                                                          // lineSep = System.getProperty("line.separator");
                                                                          pw.print("Hello");
                                                                          //pw.print( lineSep );
                                                                          pw.print( d );
                                                                          pw.close();
                                  boolean det=temp.delete();
                                                 if(det)
                                                      System.out.println("File deleted");
                                                 else
                                                      System.out.println("File not deleted");
                                                 } catch (IOException ioe)
                                                                System.out.println( "Append IO error:" + ioe );
    My problem:
    1)
    I am not able to write to the file. I want to know, where i am going wrong.
    It is giving error message like
    "Canot resolve Symbol: temp,"
    But, FileWriter Constructor should accept a File type parameter.
    here temp is a file parameter.
    If i am not using file=new file();
    i can't delete the file after the use. i.e if i use
    PrintWriter p = new PrintWriter(new BufferedWriter(new FileWriter("cute.txt",true)));
    how can i delete cute.txt after the use?
    2)
    I am not able to write to the text file. file is created but, a blank file.
    "Hello" is not written into the text file.
    can anyone help me in this regard
    Thanks in advance
    Ashvini

    Thank you Ram,
    But, i want to create a text file in Append mode.
    for that i used
    FileWriter fos = new FileWriter(temp,true); But, it is not accepting FileWriter constructor in
    this format. if i use
    FileWriter fos = new
    FileWriter("c:/ash/cute.txt",true); it works fine. !!!!!Here's the javadoc
    public FileWriter(File file,
    boolean append)
    throws IOExceptionConstructs a FileWriter object given a File object. If the second argument is true, then bytes will be written to the end of the file rather than the beginning.
    Parameters:
    file - a File object to write to
    append - if true, then bytes will be written to the end of the file rather than the beginning
    Throws:
    IOException - if the file exists but is a directory rather than a regular file, does not exist but cannot be created, or cannot be opened for any other reason
    Since:
    1.4
    Are you using jdk.13 or lower ?
    >
    ONe more doubt, Does flush method deletes a file?
    if not, then i need to use
    File temp=new File("c:/ash/cute.txt");
    FileWriter fos = new FileWriter(temp,true); //which
    is again a problem
    if(temp.delete())
    out.println("File is deleted");
    }I don't know whether i am taking it wrong ! or
    anything wrong with my coding ! but, after creating
    and writing data into a text file. I must delete it
    as it contains confidential informations.
    Regards,
    Thanks.'flush' writes to a file immediately. Else you should explicitly call 'flush' to write contents from buffer to underlying source.
    javadoc again
    PrintWriter
    public PrintWriter(Writer out,
    boolean autoFlush)Create a new PrintWriter.
    Parameters:
    out - A character-output stream
    autoFlush - A boolean; if true, the println, printf, or format methods will flush the output buffer
    cheers,
    ram.
    Question; What do you gain by opening a file, writing to it and deleting it in the same program ?

  • I mistakenly remove the Downloads file from the dock. How do I get it back?

    I mistakenly removed the Downloads file from the dock. How do I get ii back in the dock?

    Choose Home from the Finder's Go menu and drag it back.
    (69507)

  • HT2905 Most all of my 1700 songs have been duplicated in iTunes. I have downloaded the instructions how to delete the duplicates but it says "sort by the date you added" and i have no column that says that. I am running windows xp.

    Most all of my 1700 songs have been duplicated in iTunes. I have downloaded the instructions how to delete the duplicates but it says "sort by the date you added" and i have no column that says that. I am running windows xp.

    Apple's official advice is here... HT2905 - How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background and please take note of the warning to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    tt2

  • Dragging Files to the Dock

    In Mountain Lion, I was able to open and minimize multiple files in the dock to access them one at a time or open them all so I could work on them.  With the installation of Mavericks, I am unable to make the files stay on the dock.  If I open a file and minimize it to the dock the icon appears; however, as soon as I elect the second file to be opened and minimized, it replaces the one entered previously.  Has Mavericks deleted this useful feature?

    I can't reproduce the issue here, Try this...
    Go to your Finder "Go" menu hold the option key and choose Library. Then go to Preferences folder and trash this file:
    com.apple.dock.plist
    The log out and back in or restart.
    (This will reset your Dock to default, so you'll need to re-setup the way you like it.)

  • Down loads file on the dock

    Whilst checking my downloads file in the dock in error I sent it up in smoke and its gone. How can I get it back.
    Mike

    Thanks that sort of worked but the original folder was pretty smart and opened up in an arc into the screen now its just a open folder.
    Thanks for the help so far
    Mike

  • I erased the printer from the dock, how do I get it back?

    I erassed the printer from the dock,how do I get it back?

    Hi, open System Preferences>Print & Scan, highlight that printer, click on the Open Print Queue button, it'll show in the Dock, then Right click on that icon in the Dock, choose Optios>Keep in Dock.

  • I deleted the document folder from the dock how do i get it back?

    Help!
    I deleted the document folder on the dock and now i can't seem to get it back!
    does anyone know how to do this?
    thanks

    Open Finder>Users>Home Name and drag the Documents folder to the right hand of the Dock.

  • Accidently deleted the files for the dock

    Hey guys,
    i have accidently deleted the files in my dock folder and now icons on my dock are see through.
    i have tried do 'Killall Dock' in terminal but that did not help.
    any ideas?

    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Preferences/com.apple.dock.plist
    Click Go then move the com.apple.dock.plist file to the Trash.
    Restart your Mac.

  • How do I save files in the dock?

    In Preview, I'm reviewing and going back and forth between PDFs and some jpegs. When there are several I don't need at the moment, I sometimes minimize them to the dock. Is there a way to take all the minimized documents and simply save them to a new folder (maybe on the desktop)?
    I thought there should be an easy way to do this...
    Thank you.

    No; minimized icons in the Dock are shortcuts and not actual files, and therefore can't be put into a folder.
    (103691)

  • Is there any ways how to retrieve this folder: /var/db/volinfo.database. Luckily the files in the trash are not deleted yet. But what shall I do now?

    Hi,
    I am using Mavericks and my MacBook is MacBook Pro with Retina Mid 2012.
    And I made a little silly mistake, I deleted db folder, which is this:
    /var/db/volinfo.database
    Luckily, the files in Trash have not been deleted (I am not sure). because the trash stops me from emptying the trash.
    However, I cannot go into Users and Groups Preferences folder in system preferences app.
    And also, every time I tried to move back the db folder into the right place with Put Back Option,
    it will go into Finder's username and password, asking me to enter my information. But it "shakes" back at me as if it is rejecting my account.
    What shall I do now?

    jkskye wrote:
    it will go into Finder's username and password, asking me to enter my information. But it "shakes" back at me as if it is rejecting my account.
    Are you running an administer account?  1) If you delete that file, it is automatically recreated. 2) You would still be able to empty your trash. What is the error message you are receiving?
    Open Terminal. Post the output of the following command:
    cat /private/var/db/volinfo.database

  • Had an Excel file in the dock. When I restarted  computer a question mark appeared in the dock. I can't find the file. Where can I find what was in the dock on my Time Capsule

    I had an Excel file icon in my Dock on the compter. When I restarted my computer a Question mark appeared where the file icon was located in the dock. I need to find that file. I can't locate it either on my computer or on the Time Capsule . Anyone have any thoughts where the actual file may be located?

    Sorry, you lost me.
    If the file is on your computer, then you will find it if you open Excel, click the File menu, and click Open Recent.
    If you deleted the file before Time Machine saved it, it is gone.
    If the file was on your computer long enough for Time Machine to save it, it will be in your Time Machine backups.
    Open up Time Machine, wait a few minutes for it to load, and click on All Files on the left side of the window.
    Then scan to select a purple bar over on the right hand side of the window to select a recent date when you know that the document was on your Mac.
    If the document was saved, then you will see it in there somewhere. Click on the file to highlight, then click Restore to bring it back to the present time.

  • My InD docs auto-expand from the dock - how can i stop it?

    why do my InD docs auto-expand from the dock when i close an active InD doc or make InD the active app (tabbing through dock apps) — and more importantly, how can i make it stop. its driving me crazy.

    that's not really the problem.
    clearly few others have encountered this.
    1. i open an InD document and make edits.
    2. i get an email from a client who'd like edits made in an illustrator file.
    3. i place the current InD document i've been working on, into the dock — I DO NOT CLOSE INDESIGN
    4. i tab thru my OPEN apps, and highlight illustrator; i open the Illus doc, make the edit, send the proof.
    5. i get a NEW request to make a flyer from scratch.
    6. i tabbed through my OPEN apps and select IND.
    7. i hit command-N, but before the "new document box can open" —
    7. the document i had originally worked on, and previously docked, automatically expands from the dock and becomes active. if i close this document, and there others i had previously worked and then placed in the dock, those expand as well. i have to deal with EVERY InD document (because they have not automatically expanded and become active) before i can create a new document.
    i have stopped docking my InDesign documents. i close them and re-open them as i need them. its not worth the trouble. but its supper annoying — especially if i'm working on several things at once, which is usually the case.
    four waters
    PRESIDENT
    four waters media, inc.
    916/743-2782 I cell
    concept  I  messaging strategies  I  design
    Say what you mean. Mean what you say.
    facebook.com/FourWatersMedia

  • My desktop icons won't open but I can open them from the finder thru the dock; how can I fix this? I run 10.5.1

    I run 10.5.1 and I have been getting a blue screen on boot that takes forever before the screen icons pop up...then I can't open them by clicking on them even though I can do so thru the finder in the dock. Any ideas how to fix? I dumped a bunch of stuff my boot drive to free up space...I have aropund 130 out of 160 gig that's available.

    Go to your Applications folder where you have installed these applications that will not open. Right-click, or two-finger tap (if enabled) the application icon. Choose open, and the application will launch. This is a one-time deal, as afterwards, that specific application will launch normally.
    This is an Apple security mechanism. You can override this in System Preferences > General: Allow apps downloaded from: Anywhere. However, it is not set to Anywhere to protect you, and even I do not leave Anywhere permanently enabled. Only for those apps that I know are not in the App Store, and already know have this open behavior.

Maybe you are looking for

  • Creative Cloud application not working

    All it does when I download and go to install/open is take me to the Adobe Application manager--I do not have the option to sync files or fonts. Please help.

  • I can't change the time on my Zen V P

    I got a Zen V Plus 4 GB for christmas. I'm just getting to know it but I dont know how to change the time. Its like 5 hours ahead. I just dont know how to do it. And the handbook doesn't really say. I also don't know how to change the wallpaper. I wo

  • Internet Explorer

    There is a problem with this website's security certificate. This error message happens on every page. Please help!!!

  • Lumia 1020 SMS Issue.

    Been having issues for a few months now and haven't been able to find any solutions online. I'm having an issue where I can not send messages to certain numbers and I am just receiving the "Can't send" message as if I had no signal. What's even more

  • Need to track Budget at WBS wrt Value & Qty both

    Dear All PS Gurus, We have specific requirement to track Budget in PS ( WBS Level ) thru material qty as well as value. Are there any work arounds or any other solutions.. Umesh Bagul