You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Hello,
I ran into problems with a too long full path name, and then I discovered this project.
So I'm testing it and it looks like that I have ran into a slight problem.
long lnFileSize = new DirecoryInfo(psDir).GetFiles("*.ps", System.IO.SearchOption.TopDirectoryOnly).Sum(file => file.Length);
In a directory it also counts the files with a extension ".eps", when I use the standard system.io library these files are not counted.
Looking forward to your answer.
The text was updated successfully, but these errors were encountered:
Hello,
I ran into problems with a too long full path name, and then I discovered this project.
So I'm testing it and it looks like that I have ran into a slight problem.
long lnFileSize = new DirecoryInfo(psDir).GetFiles("*.ps", System.IO.SearchOption.TopDirectoryOnly).Sum(file => file.Length);
In a directory it also counts the files with a extension ".eps", when I use the standard system.io library these files are not counted.
Looking forward to your answer.
The text was updated successfully, but these errors were encountered: