1

ruby を使って隠しファイルを作成することはできますか?

4

1 に答える 1

2
File.open('/path/to/.hiddenfile', 'w') {|f| f.write(doc) }
于 2010-12-15T11:37:21.100 に答える