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
Fill the maze with a wall-following Snake until it gets stuck
Have Steve Rogers (Captain America) and a young Erik Lehnsherr (Magneto) interacted during WWII?
What is this plant I saw for sale at a Romanian farmer's market?
How can Caller ID be faked?
Does knowing the surface area of all faces uniquely determine a tetrahedron?
What is the context for Napoleon's quote "[the Austrians] did not know the value of five minutes"?
Would a 7805 5v regulator drain a 9v battery?
Time at 1G acceleration to travel 100000 light years
What could be the physiological mechanism for a biological Geiger counter?
Why are almost all the people in this orchestra recording wearing headphones with one ear on and one ear off?
SQL Server has encountered occurences of I/O requests taking longer than 15 seconds
At what temperature should the earth be cooked to prevent human infection?
Cut power on a remote Raspberry Pi 3 via another raspi
Is the infant mortality rate among African-American babies in Youngstown, Ohio greater than that of babies in Iran?
How to avoid offending original culture when making conculture inspired from original
Leveraging cash for buying car
What is the color associated with lukewarm?
How to make a villain when your PCs are villains?
In windows systems, is renaming files functionally similar to deleting them?
Why is Skinner so awkward in Hot Fuzz?
How would Japanese people react to someone refusing to say “itadakimasu” for religious reasons?
How to search for Android apps without ads?
Should I email my professor to clear up a (possibly very irrelevant) awkward misunderstanding?
Will users know a CardView is clickable?
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