Use std::filesystem::path for reading/writing files.
author Naram Qashat
()
committer Naram Qashat
()
commit 473c6d643b2c4bbe76980b66649b0ff482ae9adb
tree 12153152ba6ee5355aa3f2552476a548ef2fab95
parent b6d1fc539aba3730fc4f3f5d0846a64f49ffda91
Use std::filesystem::path for reading/writing files.

Also remove fstream_wfopen.h as it is no longer needed.
Also make XSFFile not store the string of the path but store the path as std::filesystem::path.
11 files changed:
src/in_2sf/XSFPlayer_2SF.cpp
src/in_gsf/XSFPlayer_GSF.cpp
src/in_ncsf/XSFPlayer_NCSF.cpp
src/in_ncsf/XSFPlayer_NCSF.h
src/in_snsf/XSFPlayer_SNSF.cpp
src/in_xsf_framework/XSFConfig.cpp
src/in_xsf_framework/XSFFile.cpp
src/in_xsf_framework/XSFFile.h
src/in_xsf_framework/XSFPlayer.h
src/in_xsf_framework/fstream_wfopen.h [ deleted file ]
src/in_xsf_framework/in_xsf.cpp