Python os.fchdir() 方法

python os.fchdir() 方法

python os 文件/目錄方法python os 文件/目錄方法

os.fchdir() 方法通過(guò)文件描述符改變當(dāng)前工作目錄。

unix, windows 上可用。

 

語(yǔ)法

fchdir()方法語(yǔ)法格式如下:

os.fchdir(fd);

 

參數(shù)

  • fd -- 文件描述符

 

返回值

該方法沒(méi)有返回值。

 

實(shí)例

以下實(shí)例演示了 fchdir() 方法的使用:

#!/usr/bin/python
# -*- coding: utf-8 -*-

import os, sys

# 首先到目錄 "/var/www/html" 
os.chdir("/var/www/html" )

# 輸出當(dāng)前目錄
print "當(dāng)前工作目錄為 : %s" % os.getcwd()

# 打開(kāi)新目錄 "/tmp"
fd = os.open( "/tmp", os.o_rdonly )

# 使用 os.fchdir() 方法修改到新目錄
os.fchdir(fd)

# 輸出當(dāng)前目錄
print "當(dāng)前工作目錄為 : %s" % os.getcwd()

# 關(guān)閉打開(kāi)的目錄
os.close( fd )

執(zhí)行以上程序輸出結(jié)果為:

當(dāng)前工作目錄為 : /var/www/html
當(dāng)前工作目錄為 : /tmp

python os 文件/目錄方法python os 文件/目錄方法

下一節(jié):python os.fchmod() 方法

python 教程

相關(guān)文章
亚洲国产精品第一区二区,久久免费视频77,99V久久综合狠狠综合久久,国产免费久久九九免费视频