mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Can move files from the tree view
This commit is contained in:
@@ -53,6 +53,9 @@ module.exports =
|
||||
listTree: (path) ->
|
||||
$native.list(path, true)
|
||||
|
||||
move: (source, target) ->
|
||||
$native.move(source, target)
|
||||
|
||||
# Remove a file at the given path. Throws an error if path is not a
|
||||
# file or a symbolic link to a file.
|
||||
remove: (path) ->
|
||||
|
||||
Reference in New Issue
Block a user