Loading...
Rename
Copy
Cut
Paste
Remove
Download
Select File
Unzip File
Rename
Copy
Cut
Remove
Download
New Folder
New File
Paste
Upload File
File Name
File Size
Modification Date
<% path = encode(@path) unless @parent_path.nil? %>
..
<%= File.ctime(@resource_path + @parent_path).strftime("%Y-%m-%d %H:%M:%S") %>
<% end unless @directories.nil? @directories.each do |i| next if i == '.' || i == '..' old_i = i i = encode(i) %>
<%= i %>
<%= File.ctime(@current_path + '/' + old_i).strftime("%Y-%m-%d %H:%M:%S") %>
<% end end unless @files.nil? @files.each do |i| old_i = i i = encode(i) %>
<%= i %>
<%= hsize(File.size(@current_path + '/' + old_i).to_f) %>
<%= File.ctime(@current_path + '/' + old_i).strftime("%Y-%m-%d %H:%M:%S") %>
<% end end %>
Directory Information
Directory Name
<%= 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
:
<%= hsize(@file_total_size) %>
Preview Area