Method: Ftpd::DiskFileSystem::PathExpansion#set_data_dir
- Defined in:
- lib/ftpd/disk_file_system.rb
#set_data_dir(data_dir) ⇒ Object
Set the data directory, the root of the disk file system. data_dir should be an absolute path.
15 16 17 |
# File 'lib/ftpd/disk_file_system.rb', line 15 def set_data_dir(data_dir) @data_dir = data_dir end |