No announcements
Found 3773748 threads
-
0 Votes
get all files in directory and sub-directory.
The documentation should be updated as it clearly states 'Gets a list of all files in the current folder and its sub-folders.' which ...Answered | 5 Replies | 5618 Views | Created by Patrick Klug - Friday, March 23, 2012 12:24 AM | Last reply by Justin Cooperman - Tuesday, March 27, 2012 12:24 AM -
3 Votes
Get Listing of Directories and Sub-Directories
I would recommend that you simply use Directory.EnumerateDirectories with the overload that supports SearchOption that allows you to specify that it recursively get ...Answered | 5 Replies | 598 Views | Created by IndigoMontoya - Monday, May 4, 2015 2:50 PM | Last reply by CoolDadTx - Monday, May 4, 2015 3:56 PM -
0 Votes
How to get list of all files in directories and sub-directories of drive with Administrator right?
How are you trying to access these files?Answered | 2 Replies | 998 Views | Created by Muhammad Zain Zafar - Sunday, September 29, 2013 7:23 PM | Last reply by nigelwright7557 - Sunday, September 29, 2013 11:16 PM -
0 Votes
How to copy files from directory and sub-directory
Use Directory.Answered | 6 Replies | 1113 Views | Created by Rohit Pundlik - Wednesday, May 8, 2013 10:37 AM | Last reply by 关羽二德子 - Thursday, May 9, 2013 9:59 AM -
1 Votes
Control list of sub directories
public List<string> GetSubDirs(string path, int level) { ...Answered | 3 Replies | 2958 Views | Created by maro009 - Friday, February 18, 2011 10:15 PM | Last reply by JohnWein - Saturday, February 19, 2011 9:03 AM -
0 Votes
List all directories of a root
// Gets all sub directories recursively.Answered | 4 Replies | 3065 Views | Created by funky junkie - Tuesday, November 25, 2008 12:08 PM | Last reply by Tomi Airaksinen - Wednesday, November 26, 2008 10:49 AM -
6 Votes
List all the files in directory and sub directory using Windows C# with parallel processing
is it possible using PLINQ where i want read the files from the directory/sub directory.Answered | 8 Replies | 1849 Views | Created by Friend511 - Friday, May 24, 2013 4:15 PM | Last reply by Reed Copsey, Jr - Friday, May 24, 2013 6:47 PM -
2 Votes
How to get directory or file access ?
I've been busy with Filescan a general purpose file utlity.Answered | 3 Replies | 1565 Views | Created by NabiNeji - Saturday, February 18, 2012 5:37 AM | Last reply by Renee Culver - Saturday, February 18, 2012 12:32 PM -
0 Votes
Zip the contents of a Directory which has Sub Directories
Create a list of folders by ADIR() function and then you may use VFPCOMPRESSION.FLL to create the ZIP file.Answered | 1 Replies | 3523 Views | Created by Romilka Perera - Monday, June 27, 2011 8:07 AM | Last reply by Pavel Celba - Monday, June 27, 2011 9:43 AM -
10 Votes
PRoblem with Get all Files from Directory
I just noticed that you want to get all the files from a directory as well as its sublevels.Answered | 25 Replies | 3417 Views | Created by Protection4Real - Friday, April 22, 2011 5:18 PM | Last reply by Leo Liu - MSFT - Friday, April 29, 2011 3:47 AM -
3 Votes
List of All SharePoint Sites (Site Directory not enough)
if you are a site collection administrator, easiest way i know of: - go to the root of the site collection (ex: http://sitename) - click ...Answered | 9 Replies | 55547 Views | Created by jeka804 - Wednesday, January 17, 2007 4:23 PM | Last reply by lwvirden - Monday, October 26, 2015 3:26 PM -
2 Votes
List of Directories in a Directory ?
. and .. directory entries may appear on the output, so you should not include them in the output list.Answered | 3 Replies | 2141 Views | Created by S Bans - Friday, January 13, 2012 5:19 AM | Last reply by S Bans - Friday, January 13, 2012 6:57 AM -
0 Votes
Determine correct sub-directory path
Right click a folder or file 2.Answered | 13 Replies | 2716 Views | Created by Dirkster9999 - Wednesday, March 7, 2012 12:23 AM | Last reply by Dirkster9999 - Friday, March 9, 2012 1:19 PM -
0 Votes
[C++] Apply "SetFileAttributes" to ALL directories in a volume/directory?
I found another code in another page, but I modifyied it a little bit so it would only unhide EVERYTHING in the current directory, excluding all sub-items (content in ...Answered | 4 Replies | 2666 Views | Created by Plex3000 - Sunday, January 6, 2013 4:39 AM | Last reply by Plex3000 - Sunday, January 6, 2013 10:48 PM -
3 Votes
Overwrite all files in a directory with only a file
So, it only overwrites a file, and not all the files in the directory?Answered | 7 Replies | 614 Views | Created by Timmy-Pierre Keo - Thursday, December 5, 2013 10:19 PM | Last reply by Timmy-Pierre Keo - Friday, December 6, 2013 10:07 PM -
6 Votes
list all folders, and subfolders, in a directory
Reed Kimble - "When you do things right, people won't be sure you've done anything at all"Answered | 6 Replies | 1267 Views | Created by ryguy72 - Saturday, January 25, 2014 5:22 PM | Last reply by Frank L. Smith - Saturday, January 25, 2014 7:10 PM -
1 Votes
To get the path of inside recent xml file from among all the xml files located in directories and sub directories in C#.NET
Here i've many many sub-directories and within that the recent directory, sub-directories i want the latest or recent xml file which is the only ...Answered | 6 Replies | 3390 Views | Created by Bhagavathula - Wednesday, October 20, 2010 10:43 AM | Last reply by Reed Copsey, Jr - Saturday, November 20, 2010 6:43 PM -
1 Votes
Search all folders and sub-folders in a directory
Start with putting some try blocks around your code for the case that you are going to an secure folder like the root of C:, Program Files, but there are more.Answered | 6 Replies | 1364 Views | Created by Mr Paul Johnson - Monday, December 3, 2012 9:43 AM | Last reply by Pieter Geerkens - Monday, December 3, 2012 3:31 PM -
0 Votes
How Do i show all directories & subdirectories on drive C
Thanks for all who repliedAnswered | 4 Replies | 2052 Views | Created by x38class - Sunday, October 16, 2011 7:40 AM | Last reply by x38class - Sunday, October 16, 2011 8:28 PM -
1 Votes
How to get the list of files with physical paths present in a given directory
How can I get the list of files using the credentials of user-X.Answered | 6 Replies | 3566 Views | Created by Suresh.inspire1 - Friday, September 19, 2008 9:08 AM | Last reply by Suresh.inspire1 - Monday, September 29, 2008 2:17 PM - Items 1 to 20 of 3773748 Next ›
No announcements