Claude net/fs review
This commit is contained in:
@@ -414,7 +414,6 @@ pub async fn metadata(path: impl AsRef<Path>) -> io::Result<Metadata> {
|
||||
pub async fn create_dir(path: impl AsRef<Path>) -> io::Result<()> {
|
||||
sys_fs::create_dir(FsOp::CreateDir {
|
||||
path: path.as_ref().to_path_buf(),
|
||||
recursive: false,
|
||||
mode: 0o777,
|
||||
})
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user