本文介绍了如何仅使用javascript删除本地文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi,
I want to delete an empty/non-empty directory from my local system and i have restriction that i need to do that only using javascript functions.I cannot refer to functions like 'FileSystemObject'
Please help!





我尝试了什么:



我无法找到任何纯粹的javascript函数来删除我的任何文件夹本地系统。我在网上找到的所有例子都使用'FileSystemObject。

当使用'FileSystemObject'时,我收到错误消息,例如'FileSystemObject未定义'或引用错误。



What I have tried:

I am not able to find any purely javascript function to delete any folder in my local system.All examples i found online are using 'FileSystemObject.
when using 'FileSystemObject',i am getting error message like 'FileSystemObject is not defined' or reference error.

推荐答案


这篇关于如何仅使用javascript删除本地文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 08:25