common: fs: file: Remove redundant call to WriteStringToFile
The Append open mode will create a new file if said file does not exist at a given path, making this call redundant.
Please register or sign in to comment
The Append open mode will create a new file if said file does not exist at a given path, making this call redundant.