I need to get the name of the USB drive over VBA on Windows CE.
On Win 7 the Usb Drive is called "my thumb drive", on win CE I see it as "Hard Disk 2". Any way to read the real Thumb name and store it in a variable?
FSO (File system object) is not available on Win CE.
---------------------- EDIT ---------------------------
An alternative would be to retrive the modification date of a txt file, still in VBA on Win CE. (date File was created or saved, not accessed.)
Try this. Pass the file name in
Sub Sample()