I'm still using VB6 (yeah, I know), and want to write a bit of code to sync certain files to certain folders on my PDA.
The path in the address bar of Windows Explorer is :
"\CF Card\SYNC\Spending in China.xls"
However, a simple filedatetime("\CF Card\SYNC\Spending in China.xls") returns the message 'Path not Found'.
Opening windows explorer, I can find this folder under :
My Computer - Mobile Device - My Windows Mobile-Based Device - CF Card - SYNC
What would be the correct way of writing this path?
The path in the address bar of Windows Explorer is :
"\CF Card\SYNC\Spending in China.xls"
However, a simple filedatetime("\CF Card\SYNC\Spending in China.xls") returns the message 'Path not Found'.
Opening windows explorer, I can find this folder under :
My Computer - Mobile Device - My Windows Mobile-Based Device - CF Card - SYNC
What would be the correct way of writing this path?