pvignesh92
Honored Contributor

Hi @Parsa Bahraminejad​ , I'm not sure of an inbuilt function to get the sub directory name but you can easily do this by using split function on '/' on the input_file_name() as the file name will have the complete path as well.

Please let me know if this helps.

View solution in original post