Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tut] Making a Write-To-File Script
#3
(01-14-2010, 03:02 AM)Master of The Universe Wrote: LOL... Awsome...
It's so easy.. Thanks for teaching man...
May I ask you how to delete the file?

Unimportant Edit (Click to View)

Congrats on the 900th!
And I'm glad you're learning Smile

As for deleting the file, how do you mean? Do you mean actually delete the file?

For linux:
Code:
sudo rm rf /blah/blah/file.txt

For Windows:
Code:
del C:\Users\blah\file.txt

I'm not sure for Mac though.

Or do you mean deleting what's inside the folder?
At the top will be the same place you hang from.
Reply


Messages In This Thread
RE: [Tut] Making a Write-To-File Script - by Jordan L. - 01-14-2010, 03:06 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tut] Printing the File Contents Jordan L. 8 2,356 12-12-2010, 03:49 PM
Last Post: Distant Relatives
  [Tut] How to make a File Creator with Ruby Jordan L. 4 1,487 01-14-2010, 02:53 AM
Last Post: Jordan L.

Forum Jump:


Users browsing this thread: 1 Guest(s)