diff --git a/doc/api/path.md b/doc/api/path.md index a5c5af6d068704..e8e548170f81a5 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -431,6 +431,10 @@ added: v0.11.15 The `path.posix` property provides access to POSIX specific implementations of the `path` methods. +The following functions do not support direct use on Windows. +* path.posix.resolve +* path.posix.relative + ## path.relative(from, to)