mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
拆分代码4
This commit is contained in:
12
shell/Commands/FileSystem/PwdCommand.cs
Normal file
12
shell/Commands/FileSystem/PwdCommand.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace CMLeonOS.Commands.FileSystem
|
||||
{
|
||||
public static class PwdCommand
|
||||
{
|
||||
public static void ProcessPwd(CMLeonOS.FileSystem fileSystem)
|
||||
{
|
||||
Console.WriteLine(fileSystem.CurrentDirectory);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user