mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-23 02:12:14 +00:00
6 lines
208 B
VB.net
6 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
|