I am looking to get a path without a file name in windows via perl
I have a full path as follows:
c:\My_Designs\ipcore_script\test\src\IP_CORE\mux\sus.do
I only need a path and you want to delete the file name, for example:
c:\My_Designs\ipcore_script\test\src\IP_CORE\mux
source share