Search:

Type: Posts; User: Bagzli

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    2,925

    Re: Urgent - File exist nor working

    can you explain me what this whole buffered thing is? I used PrintWriter to get my code finished.
  2. Replies
    7
    Views
    2,925

    Re: Urgent - File exist nor working

    thats exactly what i'm looking for except i don't know how to get it to work. I have read the tutorial it does not make any sense to me, its using some buffer. I just need to create a file if it's...
  3. Replies
    7
    Views
    2,925

    Re: Urgent - File exist nor working

    I just realized how wrong I am about what i had written here before. Here is the new question: How do i get Java to create a new text file for me? and what happens when i try to create a file that...
  4. Replies
    7
    Views
    2,925

    Urgent - File exist nor working

    this.fullName = "userlogs/" + this.userLogId;
    if(!File.exists(this.fullName)
    {
    File userLogId = new File("userlogs/" + this.userLogId);
    }

    I want to check if this file exists, if it...
Results 1 to 4 of 4