const vhdx = require('@hyperone/vhdx');
const info = await vhdx.info('C:\\disk.vhdx');
{
type: 'dynamic' //dynamic || fixed || differencing
, size: 1073741824 //bytes
, ...
}
const info = await vhdx.info('http://example.com/test.vhdx');
{
type: 'dynamic' //dynamic || fixed || differencing
, size: 1073741824 //bytes
, ...
}
-
Notifications
You must be signed in to change notification settings - Fork 0
hyperonecom/vhdx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published