M makecase Новичок Регистрация 23.04.2013 Сообщения 26 Благодарностей 0 Баллы 0 28.04.2013 #1 i want to move the files to other path after runing, so i need the file name, but i only got the file path, how to got the file name?? if need to used regex, how to do???
i want to move the files to other path after runing, so i need the file name, but i only got the file path, how to got the file name?? if need to used regex, how to do???
H hotohori Client Регистрация 10.02.2012 Сообщения 154 Благодарностей 40 Баллы 28 28.04.2013 #2 Use Process directories ->File path or Get file list. It will have path and file name included.
M makecase Новичок Регистрация 23.04.2013 Сообщения 26 Благодарностей 0 Баллы 0 28.04.2013 #3 my god, yes, got path with file name is so easy, but i only need to got the filename??? not the path! how can do the next step?
my god, yes, got path with file name is so easy, but i only need to got the filename??? not the path! how can do the next step?
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 28.04.2013 #4 makecase сказал(а): my god, yes, got path with file name is so easy, but i only need to got the filename??? not the path! how can do the next step? Нажмите, чтобы раскрыть... use Regular Expresion to get file name. Cheers
makecase сказал(а): my god, yes, got path with file name is so easy, but i only need to got the filename??? not the path! how can do the next step? Нажмите, чтобы раскрыть... use Regular Expresion to get file name. Cheers
H hotohori Client Регистрация 10.02.2012 Сообщения 154 Благодарностей 40 Баллы 28 28.04.2013 #5 try this regex Код: [^\\]*$ Реакции: Nisaf и 123456