R
Roberto
Hi all,
I have a Windows CE device on which I'm trying to detect the storage card
directory path.
I know that a way to discover it is to use OpenNetCF functions, that check
for Directory and Temporary attribute.
The problem is that on that device there are also other 2 directories with
that attributes, but I know that they aren't storage card directories (they
are called 'Backup' and 'Network' directories, and they are integrated in
the device OS image).
All the functions that I tried to use (OpenNetCF, FindFirstFlashCard as
explained in http://msdn2.microsoft.com/En-US/library/aa458874.aspx) return
also these other 2 directories, so I can't programmatically recognize the
storage card....also SHGetAutoRunPath function, when a storage card is not
inserted, return a path starting by '\Network\...'.
Is there any way to get only the real storage card path?
From Control Panel, there is a section called 'Storage Manager', and inside
that I can see as store info the main store and the storage card (when
inserted), is there a standard function that recognize the storage card,
discarding the 'Network' and 'Backup' folders?
I have a Windows CE device on which I'm trying to detect the storage card
directory path.
I know that a way to discover it is to use OpenNetCF functions, that check
for Directory and Temporary attribute.
The problem is that on that device there are also other 2 directories with
that attributes, but I know that they aren't storage card directories (they
are called 'Backup' and 'Network' directories, and they are integrated in
the device OS image).
All the functions that I tried to use (OpenNetCF, FindFirstFlashCard as
explained in http://msdn2.microsoft.com/En-US/library/aa458874.aspx) return
also these other 2 directories, so I can't programmatically recognize the
storage card....also SHGetAutoRunPath function, when a storage card is not
inserted, return a path starting by '\Network\...'.
Is there any way to get only the real storage card path?
From Control Panel, there is a section called 'Storage Manager', and inside
that I can see as store info the main store and the storage card (when
inserted), is there a standard function that recognize the storage card,
discarding the 'Network' and 'Backup' folders?