I'm writing a PCL for an application. As the PCL gives a basic subset of a number of standard .NET assemblies, some bits are missing - most notably, the File.* methods aren't there.
While I can replicate a lot of the required functionality without them, I don't seem to be able to delete a file. It can be done, but I cannot see how.
Any advice here would be appreciated.