Constant missing: #MOVEFILE_WRITE_THROUGH

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
highend
Enthusiast
Enthusiast
Posts: 162
Joined: Tue Jun 17, 2014 4:49 pm

Constant missing: #MOVEFILE_WRITE_THROUGH

Post by highend »

Could you add it please?

The integer value of it is 8.

It's used e.g. by

Code: Select all

MoveFileEx()
Quin
Addict
Addict
Posts: 1124
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Constant missing: #MOVEFILE_WRITE_THROUGH

Post by Quin »

+1.
For whatever it's worth, normally things like this are reported in [url=https:// www.purebasic.fr/english/viewtopic.php?t=64838]this topic[/url], although I've got no idea if Fred still checks it. I'd think/hope so, though.
Axolotl
Addict
Addict
Posts: 802
Joined: Wed Dec 31, 2008 3:36 pm

Re: Constant missing: #MOVEFILE_WRITE_THROUGH

Post by Axolotl »

Well, I guess he won't.
After this post from Fred Re: Requested API Structure and constants you need to pull a request on github. Or someone else has do it for you.

To be honest, I'm not sure whether this applies to all other wishes and suggestions.
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
Post Reply