K
Kit McDowall
How can I delete read-only files with the .net compact
framework? The following works for the regular .net
framework but not for the compact framework:
SetAttr(strFilePath, GetAttr(strFilePath) And (Not
vbReadOnly))
File.Delete(strFilePath)
The .NET compact framework does not support the SetAttr
and GetAttr functions.
framework? The following works for the regular .net
framework but not for the compact framework:
SetAttr(strFilePath, GetAttr(strFilePath) And (Not
vbReadOnly))
File.Delete(strFilePath)
The .NET compact framework does not support the SetAttr
and GetAttr functions.