Sha256: 4c32db4ab90e6fee81e112d405b40b436e4d2c12bd76b2a0649a68269ac6f4ca

Contents?: true

Size: 468 Bytes

Versions: 46

Compression:

Stored size: 468 Bytes

Contents

# ensureSymlinkSync(srcpath, dstpath, [type])

Ensures that the symlink exists. If the directory structure does not exist, it is created.

- `srcpath` `<String>`
- `dstpath` `<String>`
- `type` `<String>`

## Example:

```js
const fs = require('fs-extra')

const srcpath = '/tmp/file.txt'
const dstpath = '/tmp/this/path/does/not/exist/file.txt'
fs.ensureSymlinkSync(srcpath, dstpath)
// symlink has now been created, including the directory it is to be placed in
```

Version data entries

46 entries across 46 versions & 2 rubygems

Version Path
ilog-0.4.1 node_modules/fs-extra/docs/ensureSymlink-sync.md
ilog-0.4.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
ilog-0.3.3 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-18.0.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.21.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.20.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.19.1 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.19.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.18.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.17.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.16.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.15.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.14.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.13.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.12.2 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.12.1 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.12.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.11.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.10.0 node_modules/fs-extra/docs/ensureSymlink-sync.md
govuk_publishing_components-17.9.0 node_modules/fs-extra/docs/ensureSymlink-sync.md