Try item.FullName instead of item.ToString.
By the way, your variable name is quite confusing. str_filecount would lead me to believe it is a string consisting of a number, like “3”.
Try item.FullName instead of item.ToString.
By the way, your variable name is quite confusing. str_filecount would lead me to believe it is a string consisting of a number, like “3”.