C#
[C#]임의의 폴더 이름 또는 임의의 파일 이름 구하기 예제
선영아 사랑해
2016. 3. 3. 14:40
using System.IO;
string result = Path.GetRandomFileName();
호출 할 때 마다 임의의 문자열을 반환합니다.