[ad_1]
Give this a shot:
Dir.foreach("/path/to/your/dir") { |file|
puts file
}
[ad_2]
solved Display content of directory Ruby [duplicate]
[ad_1]
Give this a shot:
Dir.foreach("/path/to/your/dir") { |file|
puts file
}
[ad_2]
solved Display content of directory Ruby [duplicate]