폴더 안에 있는 파일의 이름이 계속 바뀌는 경우

TEST 삼아 만든 파일(엑셀)은 파일이름이 동일한데…

만약 파일 이름이 바뀌는 경우에는 그때마다 변경된 파일로 흐름을 전부 바꿔줘야 하나요?

정리해보자면 특정 폴더 안에 파일(이름이 계속 변경되나 폴더 안에 엑셀 파일은 이것 하나 뿐임.)을 이용해 자동화 시스템을 만드는 것은 어려울까요?

그간 몰랐던 질문들은 여기 올리니 다들 속시원하게 답변 주셔서 혹시 이 부분에 대한 해결방안도 있는지 여쭤봅니다!!

Hi @sooyeon_Lim

You can use this expression

Directory.GetFiles("YourFolderPath","*.xlsx")(0).ToString

Regards
Sudharsan

스튜디오x에서 이렇게 하려면 어떤 메뉴를 사용 해야 할까요?!

In which activity you are using the file name @sooyeon_Lim

Like this @sooyeon_Lim

Regards
Sudharsan

Thank you. I’ll give it a try.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.