How to delete a file without extension, by SHELL [duplicate]

-1

In visual basic I use this command and I can delete all the files inside the google chrome cache folder as in the example below:

[[But what I want to delete is inside this folder. % LOCALAPPDATA% \ Google \ Chrome \ User Data \ Default \ is the file simply called history without extension with nothing; If anyone can help I thank.]] Has a print URL to exemplify

For ease of print link

Thanks to all who can help.

So delete normal My.Computer.FileSystem.DeleteFile ("C: \ Users \ Mauricio Perroni \ AppData \ Local \ Google \ Chrome \ User Data \ Default \ History") * Works more only delete on my user does not fit all.

More only on my pc; because it is with my user if I put% USERNAME% which is the variable of my user it does not execute the command.

    
asked by anonymous 28.09.2014 / 23:17

1 answer

-2
Shell("CMD.exe /c DEL /q ""%LOCALAPPDATA%\Google\Chrome\User Data\Default\History"" ") 

@Bacco, answer given by him in another topic.

    
29.09.2014 / 15:16