diff options
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_Pwd.vb')
| -rw-r--r-- | ShiftOS-TheRevival/TerminalApplications/Internal/Com_Pwd.vb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Pwd.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Pwd.vb new file mode 100644 index 0000000..2e97969 --- /dev/null +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Pwd.vb @@ -0,0 +1,5 @@ +Module Com_Pwd + Public Sub Pwd() + NewLine(Console.CurrentDirectory.Replace(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\ShiftOS\ShiftFS", "!")) + End Sub +End Module |
