Skip to content

Native node module for reading file version information on Windows

License

Notifications You must be signed in to change notification settings

burcadoruciprian/win-file-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Info

Native node module for reading file version information on Windows

It uses the GetFileVersionInfo function. For now only the FileVersion is returned

Installation

npm install winfileinfo

Usage

const fileInfo = require('path/winfileinfo.node');
console.log(fileInfo.GetFileVersion('path_to_file'));

About

Native node module for reading file version information on Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published