alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
566 stars 99 forks source link

AlphaFS doesn't imported #346

Closed liho26 closed 7 years ago

liho26 commented 7 years ago

Hi. I imported module with Import-Module -Name "C:\Program Files\WindowsPowerShell\Modules\PSAlphaFS\2.0.0.1\lib\Net45\AlphaFS.dll" command.

I try to use Get-LongChildItem and Rename-LongItem commands. and I get error with message:

Get-LongChildItem : The 'Get-LongChildItem' command was found in the module 'PSAlphaFS', but the module could not be loaded. For more information, run 'Import-Module PSAlphaFS'.

What I doing wrong?

Yomodo commented 7 years ago

This is only PSAlphaFS related, which is not ours.

liho26 commented 7 years ago

Ok, Thank you for answer.