Hi,
great Module, it has proven quite helpful so far. I have a minor feature request though:
Start-PsFCIV:
With the -online switch I receive the Hash Information as return objects. That's cool. What would be even better though, would be if that information contained the FileInfo object for the file. As it is I either have to remember the search root or change the values to contain the full path.
Using Accessors it would be fairly trivial to have Size, TimeStamp and Name actually return properties of the fileinfo object (so you can store all data in a single line).
Cheers and once again: Thanks.
Comments: Minor correction to the last post: I don't really mind if the relative path is still on the object, so I used the word _instead_ incorrectly.
great Module, it has proven quite helpful so far. I have a minor feature request though:
Start-PsFCIV:
With the -online switch I receive the Hash Information as return objects. That's cool. What would be even better though, would be if that information contained the FileInfo object for the file. As it is I either have to remember the search root or change the values to contain the full path.
Using Accessors it would be fairly trivial to have Size, TimeStamp and Name actually return properties of the fileinfo object (so you can store all data in a single line).
Cheers and once again: Thanks.
Comments: Minor correction to the last post: I don't really mind if the relative path is still on the object, so I used the word _instead_ incorrectly.