pathExists-sync.md #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • fs-extra/
  • docs/
  • pathExists-sync.md
  • Markdown
  • View
  • Commits
  • Open Download .zip Download (174 B)

pathExistsSync(file)

An alias for fs.existsSync(), created for consistency with pathExists().

# pathExistsSync(file)

An alias for [`fs.existsSync()`](https://nodejs.org/api/fs.html#fs_fs_existssync_path), created for consistency with [`pathExists()`](pathExists.md).
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command