C
Cor Ligthert
Hi Tiraman,
Somewhere bellow you find a discussion about this, however the answers are
dim filename as string = Path.GetFileName("c:\temp\test\test.txt")
or in the same context
Path.GetFileNameWithoutExtension
I hope this helps?
Cor
Somewhere bellow you find a discussion about this, however the answers are
dim filename as string = Path.GetFileName("c:\temp\test\test.txt")
or in the same context
Path.GetFileNameWithoutExtension
I hope this helps?
Cor