ファイル名とファイルパスを渡す場合、別の機能を呼び出す必要があります
元
python test.py test1 (invoke different function)
python test.py /home/sai/test1 (invoke different function)
sys.argv[1] から引数を取得できます。しかし、ファイルとファイルパスを区別できません(つまり、ファイルかファイルパスか)。
ファイル名とファイルパスを渡す場合、別の機能を呼び出す必要があります
元
python test.py test1 (invoke different function)
python test.py /home/sai/test1 (invoke different function)
sys.argv[1] から引数を取得できます。しかし、ファイルとファイルパスを区別できません(つまり、ファイルかファイルパスか)。