Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace os.Rename() with mv, closes #192 #198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cchen666
Copy link
Contributor

Replacing os.Rename() with mv might hurt Non-Unix compatiblity, by looking at the Releases, omc doesn't support Windows platform. Comparing to adding fallback functions to Open, Copy and Delete, simply using mv perhaps to be an easy-to-understand solution.

@gmeghnag
Copy link
Owner

gmeghnag commented Feb 9, 2025

@cchen666 omc supports Windows system :D, and we have a release for it, omc_Windows_x86_64.zip.

@cchen666
Copy link
Contributor Author

@gmeghnag Got it! Then I need to modify it to comply with Windows.

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.

2 participants