<% path = @controller.encode(@path) unless @parent_path.nil? %> <% end unless @directories.nil? @directories.each do |i| next if i == '.' || i == '..' old_i = i i = @controller.encode(i) %> <% end end unless @files.nil? @files.each do |i| old_i = i i = @controller.encode(i) %> <% end end %>
toggle all File Name File Size Modification Date
directory .. <%= File.ctime(@resource_path + @parent_path).strftime("%Y-%m-%d %H:%M:%S") %>
directory <%= i %> <%= File.ctime(@current_path + '/' + old_i).strftime("%Y-%m-%d %H:%M:%S") %>
<%= i %> <%= @controller.hsize(File.size(@current_path + '/' + old_i).to_f) %> <%= File.ctime(@current_path + '/' + old_i).strftime("%Y-%m-%d %H:%M:%S") %>
Directory Information
Directory Name
<%= @controller.encode(File.basename(@current_path)) %>
Sub-directories:
<%= @directories.size - 2 %>
Modification Date:
<%= File.ctime(@current_path).strftime("%Y-%m-%d %H:%M:%S") %>
Files:
<%= @files.size %>
File Total Size:
<%= @controller.hsize(@file_total_size) %>



Preview Area