单项选择题

在os模块中重命名文件的方法是()

A.os.path.isdir(path)
B.os.remove()
C.os.rename()
D.os.listdir(path)