mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-22 11:21:47 -05:00
5 lines
208 B
VB.net
5 lines
208 B
VB.net
Module Com_Pwd
|
|
Public Sub Pwd()
|
|
NewLine(Console.CurrentDirectory.Replace(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\ShiftOS\ShiftFS", "!"))
|
|
End Sub
|
|
End Module
|