javascript example icon

Home

Index

search icon
  • home icon
  • Packages>

  • graceful-fs>

  • rmdirSync

How to use the rmdirSync function from graceful-fs

Find comprehensive JavaScript graceful-fs.rmdirSync code examples handpicked from public code repositorys.

fs.js

GitHub: canarddu38/DUCKSPLOIT

canarddu38 profile picture
325
326
327
328
329
330
331
332
333
334
335
336
    } else {
      fs.unlinkSync(childPath);
    }
  }


  fs.rmdirSync(path);
}


function rmdirSync(path) {
  if (!path) throw new TypeError('path is required!');
fork icon9
star icon48
watch icon0

+ 7 other calls in file

Other functions in graceful-fs

Sorted by popularity

function icon

graceful-fs.promises is the most popular function in graceful-fs (1135 examples)

Other popular packages:

Home

About

Privacy Policy

Example Javascript © 2024