B: Remove Working Directory < Deinstallation < Viivi'Cell < Entrance
Remove the working directory.
Here the working directory on Unix-like platforms is assumed to be
a directory
vwrk
in the home directory,
and the working directory on Windows platforms is assumed to be
C:\Users\ilma\vwrk
.
$ ls -la ${HOME}/vwrk/⮠ for Unix-like platforms (sh system) ($ is the shell prompt)
% ls -la ${HOME}/vwrk/⮠ for Unix-like platforms (csh system) (% is the shell prompt)
> dir C:\usrs\ilma\vwrk⮠ for Windows platforms (> is the cmd prompt)
If you find there important files
(Scheme source files, text files, data files, and etc.),
please move them into a different directory,
or take a backup.
$ rm -rf ${HOME}/vwrk/⮠ for Unix-like platforms (sh system) ($ is the shell prompt)
% rm -rf ${HOME}/vwrk/⮠ for Unix-like platforms (csh system) (% is the shell prompt)
> rmdir /S /Q C:\usrs\ilma\vwrk⮠ for Windows platforms (> is the cmd prompt)
$ ls -la ${HOME}/vwrk/⮠ for Unix-like platforms (sh system) ($ is the shell prompt)
% ls -la ${HOME}/vwrk/⮠ for Unix-like platforms (csh system) (% is the shell prompt)
> dir C:\usrs\ilma\vwrk⮠ for Windows platforms (> is the cmd prompt)
B: Remove Working Directory < Deinstallation < Viivi's Cell < Entrance
Exhibited on 2022/03/02
Copyright(C) 2003-2022 ilma <ilma@viivi.io> All rights reserved.