Skip to content

Use std::filesystem in BinkMovie/SubTitleManagerClass - #182

Open
madebr wants to merge 1 commit into
w3dhub:mainfrom
madebr:c++-fs-bink-movie
Open

Use std::filesystem in BinkMovie/SubTitleManagerClass#182
madebr wants to merge 1 commit into
w3dhub:mainfrom
madebr:c++-fs-bink-movie

Conversation

@madebr

@madebr madebr commented Aug 27, 2026

Copy link
Copy Markdown

No description provided.

@madebr
madebr marked this pull request as draft August 28, 2026 16:43
@madebr
madebr force-pushed the c++-fs-bink-movie branch from 66b9dd7 to 1fadd7d Compare August 29, 2026 15:16
@madebr
madebr marked this pull request as ready for review August 29, 2026 15:17
_splitpath(filename, nullptr, nullptr, fname, nullptr);
bool loaded = instance->Load_Sub_Titles(fname, subtitlefilename);
std::filesystem::path fs_filename = filename;
auto fname = fs_filename.stem().generic_string();

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pr is ready for review. I used .filename() instead of .stem() before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant