Ruby File Reading and Writing

Source: Internet
Author: User

Complained todayThe blog has not been updated for many days, which affects reading mood. I just need to start it. ^_^

# 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. I took a look. Ruby How to read and write files and prepare write segmentsCodeTo generate test data. There are two sections of code above. Can you see the difference? Well, one is used. Afile. Puts The other one is Puts . Only Part One The code will write the string into the document, and Part Two The Code only prints the string on the screen. I wonder if it is not specified I/O In the case Ruby Use Standard I/O As the default input and output. If you are interested, you can directly Copy This code goes Ruby Of IDE To see the effect.

In addition, note that the format of the file path is "\" rather than "\".

 

 

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.