Show file not ext file

i have file 123.zip in my directory but i wont showing in message box only 123 , can anyone help me bring to example for this case.

1 Like

I don’t understand what you mean exactly @den_bagus, Can you please explain a bot

1 Like

what activities are you using to get the file name from the directory?

@den_bagus,

I have created a Zip file for your requirement.

BlankProcess1.zip (18.5 KB)

I want unzip a file but extract the file move to folder same to name file. Example My file in directory 123.zip but i want after extract move to folder name same with file zip

@den_bagus you can use built-in methods to get just the file name. Path.GetFileNameWithoutExtension("YourFilePathHere")

1 Like

Do you have sample because im very beginner

1 Like