For the ReadFile() command maybe an optional flag?
ReadFile(#File, FileName$[, flags])
Possible values for flags:
#PB_FILE_NO_SHARE_READ
#PB_FILE_SHARE_WRITE
2. Better CreateDirectory():
The code
Code: Select all
CreateDirectory("C:\test1\test")
Please make it work!
I know there are lots of codes availble, but none of those is ASM/WinAPI optimized!
3. Please add ASM optimized
-CheckWildcardString(WildCards$, String$)
-CheckWildcardArray()
-CheckWildcardList()
I know for CheckWildcardString(WildCards$, String$) there are lots of codes availble, but none of those is ASM optimized!
If these changes are also possible for Linux, please add them to it, too!