Link to home
Create AccountLog in
Avatar of ClaudeWalker
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.
Avatar of Member_2_957366
Member_2_957366

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?
Avatar of ClaudeWalker

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

ASKER CERTIFIED SOLUTION
Avatar of Member_2_957366
Member_2_957366

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Great idea!

I'll modify the temp folder.
I'll keep you posted.
Worked perfectly!

Thanks,
JOe K.