Send folder to Linux rubbish bin in C#
up vote
1
down vote
favorite
I use the FileOperationAPIWrapper that can be found here to move files to the recycle bin on Windows with great success. I'm looking for how to do the same on Linux in C#.
Perhaps the Linux trash is a static folder that I can simply move folders to?
c# linux recycle-bin
add a comment |
up vote
1
down vote
favorite
I use the FileOperationAPIWrapper that can be found here to move files to the recycle bin on Windows with great success. I'm looking for how to do the same on Linux in C#.
Perhaps the Linux trash is a static folder that I can simply move folders to?
c# linux recycle-bin
Not all linux systems have a recycle bin concept.
– Joel Coehoorn
Nov 18 at 1:33
If the folder is static on those that do I could make use of it only if present, or delete straight out if not?
– Kyle Postlewait
Nov 18 at 1:35
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I use the FileOperationAPIWrapper that can be found here to move files to the recycle bin on Windows with great success. I'm looking for how to do the same on Linux in C#.
Perhaps the Linux trash is a static folder that I can simply move folders to?
c# linux recycle-bin
I use the FileOperationAPIWrapper that can be found here to move files to the recycle bin on Windows with great success. I'm looking for how to do the same on Linux in C#.
Perhaps the Linux trash is a static folder that I can simply move folders to?
c# linux recycle-bin
c# linux recycle-bin
asked Nov 18 at 1:28
Kyle Postlewait
6811
6811
Not all linux systems have a recycle bin concept.
– Joel Coehoorn
Nov 18 at 1:33
If the folder is static on those that do I could make use of it only if present, or delete straight out if not?
– Kyle Postlewait
Nov 18 at 1:35
add a comment |
Not all linux systems have a recycle bin concept.
– Joel Coehoorn
Nov 18 at 1:33
If the folder is static on those that do I could make use of it only if present, or delete straight out if not?
– Kyle Postlewait
Nov 18 at 1:35
Not all linux systems have a recycle bin concept.
– Joel Coehoorn
Nov 18 at 1:33
Not all linux systems have a recycle bin concept.
– Joel Coehoorn
Nov 18 at 1:33
If the folder is static on those that do I could make use of it only if present, or delete straight out if not?
– Kyle Postlewait
Nov 18 at 1:35
If the folder is static on those that do I could make use of it only if present, or delete straight out if not?
– Kyle Postlewait
Nov 18 at 1:35
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53357121%2fsend-folder-to-linux-rubbish-bin-in-c-sharp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Not all linux systems have a recycle bin concept.
– Joel Coehoorn
Nov 18 at 1:33
If the folder is static on those that do I could make use of it only if present, or delete straight out if not?
– Kyle Postlewait
Nov 18 at 1:35