... exists or not: #!/usr/bin/env python import os import sys def get_dir_tuple(filename, directory): abspath = os.path.join(directory, filename) realpath ...
確定! 回上一頁