Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Cloudflare Docs
Log in

Thenode:path module provides utilities for working with file and directory paths. Thenode:path module can be accessed using:

JavaScript
importpath from"node:path";
path.join("/foo","bar","baz/asdf","quux","..");
// Returns: '/foo/bar/baz/asdf'

Refer to theNode.js documentation forpath for more information.


[8]
ページ先頭

©2009-2026 Movatter.jp