Is there any way, any chance at all to access entire filesystem in SL app with elevated trust?
That will work both in Windows and Mac?
Through AutomationFactory
,PInvoke
or unmanaged code?
I need an app that could read local drives, folders and files.
UDP: Ok, seems it's possible to read folders and files using classes of System.IO
from mscorlib. Although you still can't get information about local mounted drives. There is no DriveInfo
in Silverlight's mscorlib
:(