Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to include all subfolders? #12

Open
Rakly3 opened this issue Jun 11, 2022 · 2 comments
Open

How to include all subfolders? #12

Rakly3 opened this issue Jun 11, 2022 · 2 comments

Comments

@Rakly3
Copy link

Rakly3 commented Jun 11, 2022

How do I generate a gridview that includes all subfolders, or look for duplicate videos including all subfolders?

Thanks!

@stax76
Copy link
Owner

stax76 commented Jun 11, 2022

There is a -Recurse flag in Get-ChildItem.

@Rakly3
Copy link
Author

Rakly3 commented Jun 11, 2022

There is a -Recurse flag in Get-ChildItem.

Hi stax76, thanks for the reply!
It works, but now I ran into another issue I hope you know a 'fix' or workeround for:

Out-File : The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

Out-File : Could not find a part of the path

The files and paths are not longer than 248 or 260, but maybe the temp json file is? Is it possible to truncate the output files?

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants