In windows systems, is renaming files functionally similar to deleting them?Useful Command-line Commands on WindowsPATH variable and quotation marks (windows)Copy past speed very slow for a large number of files on WindowsPHP managed to create and upload files to root of windows serverManaging CBS.log files on Windows 2008R2?Network files automagically adding themselves to offline files cacheHow to disable TLS 1.0 in Windows 2012 RDPphp.ini not being loadedWindows Maximum Open Files per Network SessionGiving users permission to see files, but not open them in Windows server 2008 R2
First occurrence in the Sixers sequence
Why can't I craft scaffolding in Minecraft 1.14?
The instant an accelerating object has zero speed, is it speeding up, slowing down, or neither?
How to make a villain when your PCs are villains?
1960s sci-fi anthology with a Viking fighting a U.S. army MP on the cover
Leaving job close to major deadlines
Explicit direct #include vs. Non-contractual transitive #include
How useful is the GRE Exam?
Is there a term for someone whose preferred policies are a mix of Left and Right?
What do I put on my resume to make the company i'm applying to think i'm mature enough to handle a job?
What does a/.b[c][[1]] mean?
Manager wants to hire me; HR does not. How to proceed?
Is it a bad idea to have a pen name with only an initial for a surname?
Can a non-invertible function be inverted by returning a set of all possible solutions?
How to make all magic-casting innate, but still rare?
Why are almost all the people in this orchestra recording wearing headphones with one ear on and one ear off?
What kind of chart is this?
What could be the physiological mechanism for a biological Geiger counter?
How do credit card companies know what type of business I'm paying for?
Why is Skinner so awkward in Hot Fuzz?
Background for black and white chart
100-doors puzzle
How did space travel spread through the galaxy?
What is the precise meaning of "подсел на мак"?
In windows systems, is renaming files functionally similar to deleting them?
Useful Command-line Commands on WindowsPATH variable and quotation marks (windows)Copy past speed very slow for a large number of files on WindowsPHP managed to create and upload files to root of windows serverManaging CBS.log files on Windows 2008R2?Network files automagically adding themselves to offline files cacheHow to disable TLS 1.0 in Windows 2012 RDPphp.ini not being loadedWindows Maximum Open Files per Network SessionGiving users permission to see files, but not open them in Windows server 2008 R2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
According to my understanding of the Windows filesystem, a program can read a file according to its path, if this path is changed, then whatever program used to read this file, can no longer do so. This would mean that, to any programs in the windows system that depend on a file, the consequences of deleting and renaming a file must be the same.
The specific case that this answer depends on is an embedded system running on Windows 2000, the service provider manual guides the user to delete the files inside a folder. As a wary user, I simply copied the files to a path called "folder_backup", and left folder empty.
During this operation, the system regressed and was unable to function correctly. So the service provider that wrote the manual was called. Their diagnostic was that the database was corrupted because there were 2 databases in parallel, pointing to "folder_backup" as the second database. To my understanding, the files inside "D:/folder_backup" would have been inert, barring the exceptional case of a program looking for folders starting with "folder" or reading all contents in the "D:/" file.
In what non-obscure ways can a renamed file still be accessed by a system, that would have otherwise been impossible were the file deleted?
windows windows-2000
New contributor
add a comment |
According to my understanding of the Windows filesystem, a program can read a file according to its path, if this path is changed, then whatever program used to read this file, can no longer do so. This would mean that, to any programs in the windows system that depend on a file, the consequences of deleting and renaming a file must be the same.
The specific case that this answer depends on is an embedded system running on Windows 2000, the service provider manual guides the user to delete the files inside a folder. As a wary user, I simply copied the files to a path called "folder_backup", and left folder empty.
During this operation, the system regressed and was unable to function correctly. So the service provider that wrote the manual was called. Their diagnostic was that the database was corrupted because there were 2 databases in parallel, pointing to "folder_backup" as the second database. To my understanding, the files inside "D:/folder_backup" would have been inert, barring the exceptional case of a program looking for folders starting with "folder" or reading all contents in the "D:/" file.
In what non-obscure ways can a renamed file still be accessed by a system, that would have otherwise been impossible were the file deleted?
windows windows-2000
New contributor
add a comment |
According to my understanding of the Windows filesystem, a program can read a file according to its path, if this path is changed, then whatever program used to read this file, can no longer do so. This would mean that, to any programs in the windows system that depend on a file, the consequences of deleting and renaming a file must be the same.
The specific case that this answer depends on is an embedded system running on Windows 2000, the service provider manual guides the user to delete the files inside a folder. As a wary user, I simply copied the files to a path called "folder_backup", and left folder empty.
During this operation, the system regressed and was unable to function correctly. So the service provider that wrote the manual was called. Their diagnostic was that the database was corrupted because there were 2 databases in parallel, pointing to "folder_backup" as the second database. To my understanding, the files inside "D:/folder_backup" would have been inert, barring the exceptional case of a program looking for folders starting with "folder" or reading all contents in the "D:/" file.
In what non-obscure ways can a renamed file still be accessed by a system, that would have otherwise been impossible were the file deleted?
windows windows-2000
New contributor
According to my understanding of the Windows filesystem, a program can read a file according to its path, if this path is changed, then whatever program used to read this file, can no longer do so. This would mean that, to any programs in the windows system that depend on a file, the consequences of deleting and renaming a file must be the same.
The specific case that this answer depends on is an embedded system running on Windows 2000, the service provider manual guides the user to delete the files inside a folder. As a wary user, I simply copied the files to a path called "folder_backup", and left folder empty.
During this operation, the system regressed and was unable to function correctly. So the service provider that wrote the manual was called. Their diagnostic was that the database was corrupted because there were 2 databases in parallel, pointing to "folder_backup" as the second database. To my understanding, the files inside "D:/folder_backup" would have been inert, barring the exceptional case of a program looking for folders starting with "folder" or reading all contents in the "D:/" file.
In what non-obscure ways can a renamed file still be accessed by a system, that would have otherwise been impossible were the file deleted?
windows windows-2000
windows windows-2000
New contributor
New contributor
New contributor
asked 8 hours ago
Tomas ZubiriTomas Zubiri
1185
1185
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Spoilt for choice really.
Distributed Link Tracking.
Hard Links.
OpenFileById.
MFT record numbers.
... and probably more. Whether it is sensible for an application to do any of these things is a different question, but it is certainly possible.
Wow, I didn't expect there to be so many ways to break something by renaming a file. Thanks!
– Tomas Zubiri
1 hour ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Tomas Zubiri is a new contributor. Be nice, and check out our Code of Conduct.
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%2fserverfault.com%2fquestions%2f971522%2fin-windows-systems-is-renaming-files-functionally-similar-to-deleting-them%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Spoilt for choice really.
Distributed Link Tracking.
Hard Links.
OpenFileById.
MFT record numbers.
... and probably more. Whether it is sensible for an application to do any of these things is a different question, but it is certainly possible.
Wow, I didn't expect there to be so many ways to break something by renaming a file. Thanks!
– Tomas Zubiri
1 hour ago
add a comment |
Spoilt for choice really.
Distributed Link Tracking.
Hard Links.
OpenFileById.
MFT record numbers.
... and probably more. Whether it is sensible for an application to do any of these things is a different question, but it is certainly possible.
Wow, I didn't expect there to be so many ways to break something by renaming a file. Thanks!
– Tomas Zubiri
1 hour ago
add a comment |
Spoilt for choice really.
Distributed Link Tracking.
Hard Links.
OpenFileById.
MFT record numbers.
... and probably more. Whether it is sensible for an application to do any of these things is a different question, but it is certainly possible.
Spoilt for choice really.
Distributed Link Tracking.
Hard Links.
OpenFileById.
MFT record numbers.
... and probably more. Whether it is sensible for an application to do any of these things is a different question, but it is certainly possible.
answered 7 hours ago
Harry JohnstonHarry Johnston
4,28912140
4,28912140
Wow, I didn't expect there to be so many ways to break something by renaming a file. Thanks!
– Tomas Zubiri
1 hour ago
add a comment |
Wow, I didn't expect there to be so many ways to break something by renaming a file. Thanks!
– Tomas Zubiri
1 hour ago
Wow, I didn't expect there to be so many ways to break something by renaming a file. Thanks!
– Tomas Zubiri
1 hour ago
Wow, I didn't expect there to be so many ways to break something by renaming a file. Thanks!
– Tomas Zubiri
1 hour ago
add a comment |
Tomas Zubiri is a new contributor. Be nice, and check out our Code of Conduct.
Tomas Zubiri is a new contributor. Be nice, and check out our Code of Conduct.
Tomas Zubiri is a new contributor. Be nice, and check out our Code of Conduct.
Tomas Zubiri is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2fserverfault.com%2fquestions%2f971522%2fin-windows-systems-is-renaming-files-functionally-similar-to-deleting-them%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