1 implementation of DeleteFile
Microsoft.Arcade.Common (1)
FileSystem.cs (1)
19
public void
DeleteFile
(string path) => File.Delete(path);