Ruby reads and writes TXT files

Source: Internet
Author: User

 # Part One

Afile = file. New ("C: \ 1.txt"," W ")
Afile. Puts "The 1"
Afile. Puts "The 2"
Afile. Close

# Part Two
Afile = file. New ("C: \ 2.txt"," W ")
Puts "The 1"
Puts "The 2"
Afile. Close

I'm bored and have a look at how Ruby reads and writes files and prepares to write segments.CodeTo generate test data. There are two sections of code above. Can you see the difference? Well, one is used.Afile. PutsThe other one isPuts. During execution, it is found that only the part one code will write the string into the document, while the part two code only prints the string on the screen. If I/O is not specified, Ruby uses standard I/O as the default input and output. If you are interested, you can directly copy this code to the ruby IDE and execute it to see the effect.

In addition, note that the format of the file path is "\" rather than "\". For example: System ("C: \ test. Bat ")

Http://www.cnblogs.com/jackei/archive/2006/08/23/484732.html

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.