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