Re: XP - Files in Subfolders Aren't Accessible Hardware and Software Microsoft Windows by Joatamon … is not with writing, but with reading. The folder and subfolders could be read without problems, but [B]none [/B]of… the files in [B]some [/B]subfolders could be opened. The files were Word, Excel, and PDF… nor Excel gave the option of opening read-only. The subfolders had (as best I can tell) not been changed in… Create folders in subfolders Programming Software Development by Mclovin … example, I have a rootdir with about 50 subfolders in it. In each subfolder I want to create about …. Confusing? YeahIknow.. I think I know how to create new subfolders and naming them so I'm just wondering about how… XP - Files in Subfolders Aren't Accessible Hardware and Software Microsoft Windows by Joatamon … folder to the other two. The shared folder contains several subfolders. All was well. Then, today I discovered that files …in some (but not all) of the subfolders of the share were not accessible via the network. The…be a pattern to the problem; files in some newer subfolders were accessible, but older ones were not. It was … Re: Create folders in subfolders Programming Software Development by jlm699 [QUOTE=Mclovin;899620]I want to create subfolders in already existing subfolders.[/QUOTE] Use [icode]os.makedirs()[/icode] to make directories. [QUOTE=Mclovin;899620]I'm just wondering about how to walk between folders.[/QUOTE] Use [icode]os.walk()[/icode] or [icode]os.chdir()[/icode] to move between directories. how to get folders and subfolders from outlook's default pst file Programming Software Development by elouch … information from outlook messages from default folder(inbox) to subfolders(including subfolders of subfolders) but it seems that i'm having problem on… Re: Create folders in subfolders Programming Software Development by Mclovin … file is in. I would like to walk through the subfolders in the rootdir and make new folders in every subfolder… Re: Create folders in subfolders Programming Software Development by Mclovin … the first subfolder and doesnt walk through all of the subfolders. I dont understand why this doesnt work: [CODE] def separateToFolders… Re: how to get folders and subfolders from outlook's default pst file Programming Software Development by jnawrocki … and drag the messages from inbox to their respective folders/subfolders>. not sure I understand. It seems like you could… and drag the messages from inbox to their respective folders/subfolders>. Moving multiple files to specific subfolders Programming Software Development by westwing …;Photos". All the files are sequentially named. I have subfolders under the "Photos" folder. Can a program be… asked for the destination folder, and when I specify the subfolders name, all those files should be moved into that specific… how to open files in subfolders? Programming Software Development by Malinka … [/CODE] How do I go through the rest of the subfolders? I tried to use os.walk() but so far I… only managed to get it to list all the subfolders and files and I can't get it to open… VB6 command to look in all folders and subfolders Programming Software Development by supereng … through the first folder and keep drilling in all the subfolders until it hits a dead end, and then go back… I replace this with to look in ALL 'folders and subfolders? dDeleteDate = DateAdd("m", -3, Now()) Set m_objFSO = New… Re: Moving multiple files to specific subfolders Programming Software Development by westwing … PIX00.000010.jpg PIX_A2 Wherein, PIX_A1 & PIX_A2 are the subfolders. Doing this for a few files is okay, but when… searching for files and subfolders recursively from an FTP Programming Software Development by astroboy_x4 … problem is I can't recursively search for files within subfolders, I tried using FSO but it doesn't work since… .htaccess exclude subfolders from urls Hardware and Software Linux and Unix by valonesal … trying to do is pull up pages without showing the subfolders. ie. [url]http://mywebsite.com/index.php[/url] , my [url… Creating email subfolders in Outlook 2007 Inbox Hardware and Software Microsoft Windows by nicolahackman Earlier this year I created 2 subfolders in the Inbox of Outlook 2007. One is titled Hotmail … searching a folder and its subfolders to display files Programming Software Development by niths … me that folder name, files names in that folder and subfolders and files names in that subfolder to be displayed in… Listing subfolders and files from an main folder within treeview c# Programming Software Development by bhagyap Hi.. I am populating a treeview in form1 based on the checkeditems in checkedlistbox which is in form2 but am unable to list the subfolders and files of the checked folder.. Can anyone please help me???? Thanks.. Re: .htaccess exclude subfolders from urls Digital Media UI / UX Design by valonesal Basically Im just using it to mask or remove the subfolders from the url so maybe it would be easier to just subtract certain folders from urls. So rather than changing file names can we just subtract folder1,folder2 from all urls on my site? But still display page. Is this possible if so how? Re: Create folders in subfolders Programming Software Development by jlm699 You need to understand how [icode]os.walk[/icode] works. Go read the [URL="http://docs.python.org/library/os.html#os.walk"]documentation page [/URL]and observe the examples. Particularly the second one. Re: XP - Files in Subfolders Aren't Accessible Hardware and Software Microsoft Windows by sittas87 networking is always exciting without you noticing it you might have given/changed permission to that folder back then.Alternatively you/colleague might have copied/moved a subfolder that has kept its permission from where it was copied from.Tricky but always the case, happened to me a number of times if it happens again:first give everyone full … Re: XP - Files in Subfolders Aren't Accessible Hardware and Software Microsoft Windows by sittas87 I hear what you're saying but I dont think you completely understand what I am trying to tell you,therefore I just want to explain again: scenario: say for instance you have a folder in the root of your C drive(witch is shared) named [I][B]bob[/B][/I] that contains a file named [I][B]bob1[/B][/I] with permissions to [B][I]read only[I][/B] to the… Re: how to get folders and subfolders from outlook's default pst file Programming Software Development by elouch i am automating an outlook here using vb.net and i need to extract items email information from a user chosen folderlist on their outlook default pst. Re: Moving multiple files to specific subfolders Programming Software Development by Groox Hi, Jason, I'm sorry; I don't know the code. But I do know how to move files. I'm not sure why you are moving them individually. Using DOS, for example, you would move them in a bunch by using a wildcard, such as *.jpg, which would refer to "everything" that was a .jpg in that folder. Using Windows, you would just drag the whole… Re: Moving multiple files to specific subfolders Programming Software Development by Groox @westwing, you're welcome. Yes, I also put my .jpgs in directories of 1000 .jpgs each. That is about as large as I can go before my system gets pretty slow handling things. I appreciate you are likely ahead of me rather than behind me on this. I'm still not precisely sure, however, which one of us is missing something—although I'm quite aware it… Re: Moving multiple files to specific subfolders Programming Software Development by westwing Hey Groox! Thanx for all the time & work you are putting in. What you say is perfectly right. I can mark the whole lot & move them into any particular sub-folder, however like I said, I am working with thousands of files and I maintain a listing in Excel of all the files in the folder and into which sub-folder they are to be transferred … Re: Moving multiple files to specific subfolders Programming Software Development by Groox Well, it sounds as though you'd want to use the conditional IF command, which is a DOS command still available to you in XP. You could make a batch file using IF (and I would put in a PAUSE or two along the way, so you could check things in progress) using DOS. There is a very nice reference here: [url]http://www.computerhope.com/if.htm[/url]… Re: Moving multiple files to specific subfolders Programming Software Development by westwing Hey Groox! Sorry for the delay in replying. Wasn't keeping well. Just read your post. Will go thru it and reply. Thanks a lot! -Jason. Re: Moving multiple files to specific subfolders Programming Software Development by geraldine606 Hi, I am running into the same problem. Cannot seem to be able to move multiple files using the move DOS command. Works for 1 file but not for 2 or more. move file1.jpg, file2.jpg activities I get a synthax error. Please help! I have a lot of files to move! Thanks a lot, Ge Re: Moving multiple files to specific subfolders Programming Software Development by AndreRet Geraldine, First of all, please read the posting rules. I see you are a new member and probably did not know, but we do not use other peoples post to post our own problem. You need to start your own thread and we will help you where we can. It's all about raising the dead, which creeps us out on this side. To answer your question, below is … Re: how to open files in subfolders? Programming Software Development by Gribouillis You can use os.walk this way [code=python] import os def must_open(dirpath, filename): """change this function to select if a file must be opened or not""" return True def opened_files(*args): """generate a sequence of pairs (path to file, opened file) in a given directory. Same …