class X::IO::Chdir does X::IO is Exception { }

chdir 调用失败时的错误类。

例如

chdir '/home/other'

抛出

Failed to change the working directory to '/home/other': permission denied

方法§

方法路径§

返回传递给失败的 chdir 调用的路径。