Hi,
I am new to this, I’m working on a code that lists every name of every file in a folder, I’ve found the solution on Google but I still can’t figure out how he found the .Fullname method? Where can I find more about these methods? I’ve tried “Help Write-Host | GM” and "help $file | gm "but none give the desired answer to see the method “.FullName” , I want to find more about this so I can test more.
The line I’m talking about is “write-host $file.FullName”