I have that string ...
C:\Users\ApplicationData\Folder1\Myapp.exe
How could i cut like:
C:\Users\ApplicationData\Folder1
I have tried s.split("\Myapp.exe") , where s is C:\Users\ApplicationData\Folder1\Myapp.exe
Plase help me, thanks.
|
I have that string ...
How could i cut like:
I have tried Plase help me, thanks. |
||||
|
|
|
Use the
Check it here: |
||||
|
|
you can use the System.IO.FileInfo class.
|
|||
|
|