How to delete CSV file on hard drive using XModules?

Hi ,

I have CSV file on hard drive and i want to delete that file using XModules. I have read the docs and it is mentioned there that we can delete the file but am not getting how to give command to delete the file using XModule.

Can someone please help me on this if possible with any example if u have ?

Thanks in advance.

XType ${KEY_DEL+KEY_ENTER}

I know with above command i can delete the file using XType but if that file is present in particular folder then how KANTU will know to navigate to that particular folder and select the file to delete.

Hi

Xmodule make real click and type in browser and desktop, you can open the folder with datasource and select the csv to delete or you can create a batch file that delete your csv and run it with kantu xtype command.

1 Like