C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[35353] Re:파일명만 가져 오는 함수가 있나요?
차상철 [chasc] 1334 읽음    2004-06-03 13:29
잘 알고 계시겠지만, file name utilities 카테고리에 화일 이름 관련 함수들이 있습니다.

그런데, 원하시는 기능은 없어 보입니다. 코딩을 해서 구현하셔여 할 것 같군요.

ChangeFileExt
: Changes the extension of a file name.

DosPathToUnixPath
: Converts a DOS-compatible path specification to a Unix-compatible path specification.

ExcludeTrailingBackslash
: Returns a path name without a trailing delimiter.

ExcludeTrailingPathDelimiter
: Returns a path name without a trailing delimiter.

ExpandFileName
:Returns the full path name for a relative file name.

ExpandUNCFileName
: Returns the full path of a file name in UNC format, if appropriate.

ExtractFileDir
: Extracts the drive and directory parts from FileName.

ExtractFileDrive
: Returns the drive portion of a file name.

ExtractFileExt
: Returns the extension portions of a file name.

ExtractFileName
: Extracts the name and extension parts of a file name.

ExtractFilePath
: Returns the drive and directory portions of a file name.

ExtractRelativePath
: Returns a relative path name, relative to a specific base directory.

ExtractShortPathName
: Converts a file name to the short 8.3 form.

IncludeTrailingBackslash
: Ensures path name ends with delimiter

IncludeTrailingPathDelimiter
: Ensures path name ends with delimiter.

IsPathDelimiter
: Indicates whether the byte at position Index of a string is the path delimiter.

MatchesMask
: Indicates whether a file name conforms to the format specified by a filter string.

MinimizeName
: Shortens a fully qualified path name so that it can be drawn with a specified length limit.

ProcessPath
: Parses a file name into its constituent parts.

UnixPathToDosPath
: Converts a Unix-compatible path specification to a Dos-compatible path specification.

white100 님이 쓰신 글 :
: a.bmp 라는 파일명 + 확장자 에서 "a" 만 가져오는 함수가 있습니까?
:
: 아니면 따로 코딩을 해 줘야 합니까?

+ -

관련 글 리스트
35349 파일명만 가져 오는 함수가 있나요? white100 804 2004/06/03
35370     Re:파일명만 가져 오는 함수가 있나요? 수야!╋ 1197 2004/06/04
35373         감사합니다.. white100 867 2004/06/04
35353     Re:파일명만 가져 오는 함수가 있나요? 차상철 1334 2004/06/03
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.