#
delete
Here are 420 public repositories matching this topic...
Move files and directories to the trash
-
Updated
Nov 19, 2019 - JavaScript
自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。
-
Updated
May 15, 2020 - Python
A tool to select chunks from Minecraft worlds for deletion or export.
export
minecraft
java-8
delete
minecraft-tool
mca-region
chunks
minecraft-saves
minecraft-world
mca-file
-
Updated
Jun 9, 2020 - Java
Telegram anti-revoke plugin - Telegram 防撤回插件
-
Updated
Jun 6, 2020 - C++
Cleans up docker registry by removing untagged manifests from the registry
-
Updated
May 31, 2019 - Python
Permanently shreds files, easily.
-
Updated
Apr 30, 2020 - C#
Return a copy of an object without the given keys.
-
Updated
Sep 16, 2018 - JavaScript
-
Updated
Jan 28, 2020 - JavaScript
This project comes in handy when you want to write a sql statement easily and smarter.
android
query
sql
database
sqlite
sqlite-database
update
trim
dataset
sqlite3
cursor
delete
insert
sqlitehelper
contentvalues
-
Updated
Jun 7, 2017 - Java
一套友好的、方便集成的针对cell的左滑编辑功能!
-
Updated
Aug 30, 2019 - Objective-C
woodpecker http client for Android
android
http
network
promise
chain
http-client
post
get
put
delete
chaining
chain-requests
htttp-request
-
Updated
Jun 19, 2017 - Java
Soft Delete plugin for mongoose.
plugin
schema
mongodb
mongoose
mongoose-plugin
mongoosejs
delete
soft-deletes
soft
mongoosejs-soft-delete
removeone
deleteone
deletemany
-
Updated
Dec 7, 2018 - JavaScript
Improve this page
Add a description, image, and links to the delete topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the delete topic, visit your repo's landing page and select "manage topics."
Looking into the code, I found that ensure* methods only verify if the destination path exist and not if the path is of the right * type. IMHO an error should be thrown if path is of the wrong type. Perhaps
fs.statinstead offs.accessshould suffice...