FILE... functions are functions mainly developed by us and they works at byte level.
Shell... functions are wrappers of functionalities present in the OS environment. More info at http://msdn.microsoft.com/en-us/library/bb762164(VS.85).aspx
The description of ShellCopy says that a file is copied "using operating system file intrinsic operations." And, ShellDelete uses "operating system file operations." What does this mean?
How is file_copy different than file_ShellCopy?
Mark ???
FILE... functions are functions mainly developed by us and they works at byte level.
Shell... functions are wrappers of functionalities present in the OS environment. More info at http://msdn.microsoft.com/en-us/library/bb762164(VS.85).aspx
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Is there a reason or situation to use one over the other?
Mark
Well, more or less no other than an undocumented (in thinBasic help) feature that FILE_Shell... functions support multiple file names passing them separated by a $NUL char.
I will document it.
MS documentation is at: http://msdn.microsoft.com/en-us/library/bb759795(VS.85).aspx
Read fields pFrom and pTo
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Seems like I am always giving you something to do.Originally Posted by Eros Olmi
Mark
Having nothing to do is the worst case.
Anyway, do not exaggerate
I'm just human
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Bookmarks