]> git.proxmox.com Git - proxmox.git/commit
tools: fs: add create_path and CreateOptions
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Aug 2019 09:50:32 +0000 (11:50 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Aug 2019 09:51:45 +0000 (11:51 +0200)
commit47fdbc6a3294ef56d6a296ef7b56925bcea2569b
tree8a2b6b229ee36e7e9725c356250d3f57a64a616e
parentaadb47a292f0337d9706bc097889c0de2f595da1
tools: fs: add create_path and CreateOptions

To allow creating paths recursively with options. (Basically
extends `std::fs::create_dir_all`.)

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-tools/src/fs.rs