Skip to content

SebMouren/PS1C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS1C is a simple Zipfile Reader

Working Features:
dir
	Reads Directory Structure
Get-Content
	Reads content of files

TODO:
	Add Write Capability
	and Better Stream manipulation.
	
	

Example Usage:

import-module "path\PS1C.dll"
new-psdrive -name APPX -psprovider PS1C -root "$($pwd.path)\ZipFile.zip"
cd APPX:
ls | ft Name, FullName, *dir*

get-content APPX:\file.txt

About

A PowerShell Drive Provider for reading Zipfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%