Skip to content

v1.133.0

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 29 Dec 17:51
2763512
Replace `path` with `filepath` @haitham911 @aknysh (#900)

what

Replace path with filepath

why

  • Different operating systems use different path separators (/ on Unix-based systems like Linux and macOS, and \ on Windows).
    filepath package automatically handles these differences, making code platform-independent. It abstracts the underlying file system separator, so we don't have to worry about whether you're running on Windows or Unix-based systems