python バックスラッシュからスラッシュ 置換 すぐ忘れるのでメモ

  • UE4

# coding: UTF-8
import unreal
import os
import re
Path=myDir+"../scenes/OneTimeLine/Unity_fbx/motion_000_000_all_unkeyReduction_fbx.fbx"
Path=os.path.abspath(Path)
Path=re.sub(r'\\', '/', Path)
unreal.log_warning("Path = "+Path)

関連記事

コメント

この記事へのコメントはありません。

TOP