ClaudeWalker
asked on
Permissions not inheriting on copy
So I have a folder that has permissions where Everyone has Full Control.
However, whenever I run a program (video encoder) that places a newly encoded file from a Temp working folder to the aforementioned (everyone permssions) folder, the permissions are not inheriting.
Basically, when I try to see the video through my XBox it's not there until I go to the folders premissions and click "replace all child object permissions with inheritable permissions from the object" checkbox.
Is there a way to get those permissions to apply to that file just by residing in that folder?
Thanks,
JOe K.
However, whenever I run a program (video encoder) that places a newly encoded file from a Temp working folder to the aforementioned (everyone permssions) folder, the permissions are not inheriting.
Basically, when I try to see the video through my XBox it's not there until I go to the folders premissions and click "replace all child object permissions with inheritable permissions from the object" checkbox.
Is there a way to get those permissions to apply to that file just by residing in that folder?
Thanks,
JOe K.
You mentioned that "Places a newly encoded file from a Temp working folder". How do you do this? Moving it or copying it using the script?
ASKER
Example:
The program reads the original video from C:\Downloads
It then starts working on the video and writes temp files decoded video files in D:\Temp
When finished it takes the finished product from D:\Temp and moves it to E:\Streamable
The program reads the original video from C:\Downloads
It then starts working on the video and writes temp files decoded video files in D:\Temp
When finished it takes the finished product from D:\Temp and moves it to E:\Streamable
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Great idea!
I'll modify the temp folder.
I'll modify the temp folder.
ASKER
I'll keep you posted.
ASKER
Worked perfectly!
Thanks,
JOe K.
Thanks,
JOe K.