I am trying to create a very specific Powershell report script that I can input a server list via CSV or TXT, and have it check a specific folder who' ...
I am trying to create a very specific Powershell report script that I can input a server list via CSV or TXT, and have it check a specific folder who' ...
I am trying to learn how to use directories and folders in my code. I tried following this tutorial: https://timothybramlett.com/How_to_create_a_Pytho ...
I want to import a module from a folder within the parent directory. My directory structure is as follows: Where functions.py contains a function ...
While unlocking an account I am getting error message as : LDAP: error code 19 - pwdFailureTime: no user modification allowed Tried giving different ...
UserName is defined elsewhere. \Tmp\xlLog is not being created though. The code does compile and run past this function but, when looking in File Ex ...
I need to do list of assets that are inside a list of directories. So, the step-by-step is this: The user selects a Parent Directory which contain ...
I'm trying to obtain the current forlder from the document with this formula in Excel: But I'm getting an error #VALUE! I'm not sure why, some help ...
I'm trying to read the folder name at the specific place from the file path. My current code: My program searches through folders and find the file ...
I was creating a simple python script that iterates through files in a directory and changes the names of the files based on a num variable that incre ...
I have a question in relation to comparing directories. I have requested a transfer of data from one company server , I received this data in 8 portab ...
I'm trying to list the extension (i.e., type) of all the files in a directory and all its sub-directories. I have successfully listed all the file nam ...
So the structure of my directory is I have tried everything I could, I am not able to import a.py or b.py inside of test.py in any way I am runnin ...
We need to move .csv files from folder where the are stored down to external server using powershell. this is what i've tried so far but for some rea ...
I need to strip files out of a number of directories that all have the same file name a.txt. The difference comes from the parent folder so example1\ ...
I have different folders with datasets called e.g. the first placeholder is fixed, the second and third are elements of a list: I want to do eas ...
I'm attempting to use Powershell to output my folder contents to a text file recursively, sorted by LastWriteTime. My directory structure looks like ...
I have made a power automate flow that runs when someone submit a Microsoft form, the result will create a folder of the name of the person who filled ...
I want to remove the extension of specific files with a given extension. So for instance, in a directory foobar, we have foo.txt, bar.txt foobar.jpg. ...
I have a list of the xlsx files in my directory and subdirectories and I want to loop through this list with certain conditions. Now it seems that the ...
I'm trying to create a program that would remove the extensions of files with that specific extension in a directory. So for instance there exists a ...