Hi,
This limitation has to do with a limitation by some files systems; FAT systems have a resolution of 2 seconds. So the function was created to comply to most files systems. (more info
here)
If you want to access these parameters with a higher resolution by using the function SetFileTime from the Windows SDK;
here is the documentation for it.
There are a couple of things to watch for;
installing support for the SDK and duplicate functio
n names (liket his case); make sure that you compile the Windows SDK SetFileTime function in a separate file where you only include winbase.h and windows.h; this way you can be sure that you are using Windwos SDK's function and not CVI's function.
I hope this helps.
Regards,
Juan Carlos
N.I.