첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
728x90
반응형
728x170
using System.IO;

#region 파일명 구하기 - GetFileName(filePath)

/// <summary>
/// 파일명 구하기
/// </summary>
/// <param name="filePath">파일 경로</param>
/// <returns>파일명</returns>
public string GetFileName(string filePath)
{
    return new FileInfo(filePath).Name;
}

#endregion
728x90
반응형
그리드형(광고전용)
Posted by icodebroker

댓글을 달아 주세요