Is it possible to programmatically move files or folders from a website using code? I am aware that with Python and Node.js, this can be achieved through the OS, path, and fs modules. Can JavaScript running in a website also handle file management tasks similarly? If there are security restrictions preventing this by default, is there a workaround or method to enable file manipulation capabilities?