@diod89, используйте действие "Punycode кодировать/декодировать" из модуля "URL" в режиме decode
32943332-e44a-415d-a39f-4416c98cad2c-image.png
95c4d1e0-c890-4aed-bfb2-710c7256f420-image.png
@Samael_96, ну если js, то можно так
var file_path = 'C:/Users/admin/Desktop/test.txt';
var file = file_path.split('/').pop(); //test.txt
var file_name = file_path.split('/').pop().split('.')[0]; //test
var file_extension = file_path.split('/').pop().split('.')[1]; //txt