文件操作 - hello_tk.rb
返回文件管理
返回主菜单
删除本文件
文件: /opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/gettext-3.4.9/samples/hello_tk.rb
编辑文件内容
#!/usr/bin/ruby # hello_tk.rb - sample for Ruby/TK # # Copyright (C) 2004 Masao Mutoh # This file is distributed under the same license as gettext. require 'rubygems' require 'gettext' require 'tk' include GetText base_dir = File.dirname(__FILE__) bindtextdomain("hello_tk", :path => File.join(base_dir, "locale")) TkLabel.new { text _("hello, tk world") pack } Tk.mainloop
修改文件时间
将文件时间修改为当前时间的前一年
删除文件