Results 1 to 5 of 5
  1. #1
    muteninja's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    163
    Reputation
    16
    Thanks
    5
    My Mood
    Confused

    Exclamation Save .txt file with current date as name

    Is their a code for saving a .txt file with the current date and time as the name?

  2. #2
    muteninja's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    163
    Reputation
    16
    Thanks
    5
    My Mood
    Confused
    Quote Originally Posted by muteninja View Post
    Is their a code for saving a .txt file with the current date and time as the name?
    nvm found that out

  3. The Following User Says Thank You to muteninja For This Useful Post:

    abuckau907 (12-17-2013)

  4. #3
    Geometrical's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    In the middle of nowhere.
    Posts
    1,034
    Reputation
    331
    Thanks
    10,335
    My Mood
    Chatty
    Quote Originally Posted by muteninja View Post
    nvm found that out
    Why don't you just use google? it's much faster than asking question by question and waiting for a reply..

  5. #4
    muteninja's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    163
    Reputation
    16
    Thanks
    5
    My Mood
    Confused
    Quote Originally Posted by Geometrical View Post
    Why don't you just use google? it's much faster than asking question by question and waiting for a reply..
    usually I google it for a really long time and then ask mpgh......and by the time you guys respond i found the breakthrough that helps.....

  6. #5
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    WTF, that's Basic shit

    Code:
    Dim CurrentDate As String = String.Format("{0}.{1}.{2}", My.Computer.Clock.LocalTime.Day, My.Computer.Clock.LocalTime.Month, My.Computer.Clock.LocalTime.Year)
    Dim Path As String = String.Format("C:\{0}.txt", CurrentDate)
    IO.File.Create(Path)
    I hope you know how to use this...

    Only for German Guys...

  7. The Following User Says Thank You to CFHackerExtreme For This Useful Post:

    muteninja (12-20-2013)

Similar Threads

  1. [Request] Looking for Save file with ALL quests completed
    By meme13vivian in forum Borderlands 2 Hacks
    Replies: 0
    Last Post: 02-24-2013, 05:54 AM
  2. [Help] How to make Visual Basic send an email with a .txt file in it.
    By papadoo in forum Visual Basic Programming
    Replies: 5
    Last Post: 12-13-2012, 09:50 PM
  3. REQUEST: Save file with each Infinity pistol with ideal stats.
    By dumdeedum in forum Borderlands 2 Hacks
    Replies: 1
    Last Post: 11-18-2012, 02:53 PM
  4. Hi im looking for save file with Seraphin gun or Crystal
    By etiennedesy in forum Borderlands 2 Hacks
    Replies: 2
    Last Post: 10-21-2012, 08:13 PM
  5. [REQ]Save File With Relics
    By Timesinkz in forum Borderlands 2 Hacks
    Replies: 0
    Last Post: 10-13-2012, 09:41 PM