다음을 통해 공유


System.FileExtension

선행 기간을 포함하여 파일 기반 항목의 파일 확장명을 식별합니다. 이 속성은 System.FileName에서 파생됩니다. System.FileName에 파일 확장명이 없거나 VT_EMPTY 경우 이 속성의 값은 VT_EMPTY.

파일이 아닌 항목의 형식을 가져오려면 System.ItemType을 사용합니다.

Windows 10, 버전 1703, Windows 10, 버전 1607, Windows 10, 버전 1511, Windows 10, 버전 1507, Windows 8.1, Windows 8, Windows 7, Windows Vista

propertyDescription
   name = System.FileExtension
   shellPKey = PKEY_FileExtension
   formatID = E4F10A3C-49E6-405D-8288-A23BD4EEAA6C
   propID = 100
   SearchInfo
      InInvertedIndex = true
      IsColumn = true
   typeInfo
      type = String
      IsInnate = true

설명

PKEY 값은 Propkey.h에 정의되어 있습니다.

System.FileName이 VT_EMPTY 경우 이 속성도 비어 있어야 합니다. 그렇지 않으면 이 속성은 System.FileName의 데이터 원본에 의해 적절하게 파생되어야 합니다. System.FileName에 파일 확장명은 포함되어 있지 않으면 System.FileExtension을 VT_EMPTY 합니다. 파일이 아닌 항목의 형식을 가져오려면 System.ItemType을 사용합니다.

경로 및 파일 확장명 속성 예제입니다.

경로 파일 확장명
c:\files\personal\hello.txt .txt
\\server\share\mydir\news.doc .doc
\\server\share\numbers.xls .xls
\\server\share\folder VT_EMPTY
c:\Stuff\MyFolder VT_EMPTY
[데스크톱] VT_EMPTY

 

propertyDescription

searchInfo

labelInfo

typeInfo

displayInfo

stringFormat

booleanFormat

numberFormat

dateTimeFormat

enumeratedList

drawControl

editControl

filterControl

queryControl