Skip to main content

パス.カレントディレクトリ(pwd,cwd,current)

Python

py
os.getcwd()

TODO: これとの違いは?

py
os.curdir

PHP

php
getcwd()
  • TODO: Webから呼んだときはどこを指すんんだろう?

Bash

bash
pwd
$PWD

Ruby

rb
Dir.pwd

PowerShell

powershell
(Get-Location).Path
powershell
$PWD

. を指定するのも一緒?

powershell
(Get-Location .).Path