Hi,
I need to extract the filename extension from the given filename at a particular location
I/P:
say 'C:\Sample\Samp le1.txt'
O/P :
The file etension is '.txt'
Thanks
PSB
I need to extract the filename extension from the given filename at a particular location
I/P:
say 'C:\Sample\Samp le1.txt'
O/P :
The file etension is '.txt'
Thanks
PSB
Comment