Get file or Folder Properties.
- Get properties of a multiple selected files and folders
- File
Name
andExtension
. - File or Folder
Size
. - File
Mime Type
. - Number of selected
Lines
,Words
,Object Size
,Array Length
,Nodes
,Child Nodes
. - Folders
Contains
. - Image
Dimensions
,Resolution
,Bit Depth
,Color Type
,Sub Sampling
,Compression
,Filter
,Resource URL
. - File or Folder
Workspace
,Directory
andLocation
. - Audio
Title
,Album
,Artist
,Composer
,Genre
,Bit Rate
,Channels
,Year
,Duration
. - Video
Dimensions
,Frame Rate
,Bit Rate
,Ratio
,Duration
. - Timestamp of
created
,changed
,modified
,accessed
with relative timestamp . - Copy properties or location
-
Right click on any file or folder and select
Properties
from context menu to get the properties. -
Set custom timestamp using
properties.settings.dateTimeFormat
. For more date time formate please click here -
We can change copy action in setting using
properties.settings.copyAction
toLocation
to copy only file or folder path. -
The selection details may not show if the current active file size is greater than
20mb
due to vscode limitations. -
The
Extension
andMime Type
will only show to file properties and will be hidden in folder properties
- To get audio and video properties we need to provide the ffprobe executable path in
properties.settings.ffprobePath
- This helps to get the additional properties of audio or video file properties like duration, album, composer, resolutions etc..
Sivaraman - sendmsg2siva.siva@gmail.com
MIT