I was wondering if there is a way to open a progress file in progress as a text file and read line by line. Is there a way to bring each line is as a character string and search for file paths.
Code ____________Code
{file path} ___or__ run (File Path )
Code ____________Code
Can I pull out each line to search for path names? Searching each line is easy, but have not found anything on reading in single lines as input.
I am writing a program that will check all files to point out any file that is not being used anymore to free up space.
Code ____________Code
{file path} ___or__ run (File Path )
Code ____________Code
Can I pull out each line to search for path names? Searching each line is easy, but have not found anything on reading in single lines as input.
I am writing a program that will check all files to point out any file that is not being used anymore to free up space.