最終更新:2023-12-25 (月) 19:54:26 (131d)  

Node.js/path
Top / Node.js / path

provides utilities for working with file and directory paths

https://nodejs.org/api/path.html

ソースコード

関数

  • path.basename?(path[, suffix])
  • path.delimiter?
  • path.dirname?(path)
  • path.extname?(path)
  • path.format?(pathObject)
  • path.isAbsolute?(path)
  • path.join([...paths])
  • path.normalize(path)
  • path.parse?(path)
  • path.posix?
  • path.relative?(from, to)
  • path.resolve?([...paths])
  • path.sep?
  • path.toNamespacedPath?(path)
  • path.win32?