get file path & file name value from right click windows, c# -


i have own application , want add right click menu on windows defining command on key registry such c://myapp.exe "%1"

my problem want file name , path file choosed clicking right click menu , passing value visual studio c#:

static void main(string[] args) {    string c = "thefilepath&filename" } 

how value fill string?

pardon me english.. tq

the value should in args array of main method.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -