mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
Update FileImpl.cs
This commit is contained in:
parent
d5cedcf1cf
commit
4e10bcdcfc
1 changed files with 2 additions and 0 deletions
|
|
@ -139,6 +139,8 @@ namespace Cosmos.System_Plugs.System.IO
|
|||
public static void WriteAllLines(string aFile, string[] contents)
|
||||
{
|
||||
string text = String.Join(Environment.NewLine, contents);
|
||||
Global.mFileSystemDebugger.SendInternal("Writing contents");
|
||||
Global.mFileSystemDebugger.SendInternal(text);
|
||||
WriteAllText(aFile, text);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue