skip to Main Content

Visual Studio Code – Could not find file [Filename]

I am getting error: Could not find file 'C:UsersUsersourcereposYoutubeSubtitlesYoutubeSubtitlesbinDebugnet7.0client_secrets.json'. However, I have this file in that directory And the code of how use this file: string filePath = Directory.GetCurrentDirectory() + "\client_secrets.json"; List<string> lines = File.ReadAllLines(filePath).ToList(); I've tried it with different…

VIEW QUESTION
Back To Top
Search