指定パスにあるフォルダを削除します。[非同期]
[非同期]
なし
try { await $fn.deleteFolder('/folder1');} catch (err) { console.log("Error", err);}