mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-31 12:08:41 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			147 B
		
	
	
	
		
			PowerShell
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			147 B
		
	
	
	
		
			PowerShell
		
	
	
	
	
	
| $ErrorActionPreference = 'Stop';
 | |
| 
 | |
| $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
 | |
| . "$toolsdir\chocolateyHelper.ps1"
 |