path.join

YoungJoon Suh·2022년 3월 10일

path.join([...paths])
...paths : a sequence of paths segments
return : string

The path.join() method joins all given path segments together using the platform-specific separator as a delimiter, then normalizes the resulting path.

profile
저는 서영준 입니다.

0개의 댓글