728x90
반응형
1. Volume Lable로 디스크 문자 얻기 (네크워크 디스크 식별 시에도 가능)
// input : in_str_VolumeLavle (String)
// output : out_str_name (String)
// ex) 로컬 -> C:\
// ex) 디스크 -> C:\
// ex) 로컬 디스크 -> C:\
froeach (DriveInfo d in DriveInfo.GetDrives()){
if(d.volumeLabel.Contains(in_str_VolumeLable)){
out_str_name = d.Name;
}
}
728x90
반응형
'Computer Science > RPA & Automation' 카테고리의 다른 글
[UiPath] 데이터 테이블 (0) | 2021.07.11 |
---|---|
[UiPath] StandAlone 라이선스 관리하기 (0) | 2021.07.04 |
[UiPath] Custom Activity (2) | 2021.06.06 |
[UiPath] 윈도우 스케줄러 사용 및 로컬에서 배포/ 삭제 하기 (0) | 2021.02.07 |
[UiPath] Invoke Code (.Net VBA) (0) | 2020.11.16 |
[UiPath] 네이버 오늘의 회화, 카카오톡으로 매일 보내주기 (0) | 2020.07.15 |
댓글