Jump to content

Featured Replies

Posted
anyone know the extension of a FILE FOLDER? searched google...most answers returned are relating to files within folders
  • Author

true but then there must be something to show its a FILE FOLDER n separate it from other types of files...

 

[EDIT]i tried deleting them...none seemed to work the folder LOL had sdf.txt in it..this is my code

 

#include <fstream>

#include <direct.h>

 

using namespace std;

 

int main()

{

chdir("C:\\");

ofstream file("LOL", ios::trunc);

}

 

 

and

 

//everything up to main()

 

ofstream file("C:\\LOL", ios::trunc);

im not totaly sure what you mean but hes some code for returning all files in a dir, or a list of dirs. if you want the path as far as im aware its just something like "c:\pathname\"

			string[] directories = Directory.GetDirectories("C:\\");
		string[] files = Directory.GetFiles(inDir, inFile);

code is c# btw

have you not used a computer before!?!? even a first time windows user would notice that files have extensions and folders do not, mabye you should give up now.
  n00body said:
have you not used a computer before!?!? even a first time windows user would notice that files have extensions and folders do not, mabye you should give up now.

 

No, maybe YOU should give up now. Faggot.

  • Author
im not sure if there is one or not but if folders didnt have extensions...how would they actually be created?
  • 2 months later...

your riduculous stupidity amazes me. file folders DO NOT have extensions.

 

"but if folders didnt have extensions...how would they actually be created?"

 

actually... on the other hand. to fix the problem you have to take your computer to the repair shop, k? tell them they have to take your computer because you're too stupid to own one.

  • Author
  dark_urza said:
im not sure if there is one or not but if folders didnt have extensions...how would they actually be created?

 

 

  some fgt said:
your riduculous stupidity amazes me. file folders DO NOT have extensions.

 

"but if folders didnt have extensions...how would they actually be created?"

 

actually... on the other hand. to fix the problem you have to take your computer to the repair shop, k? tell them they have to take your computer because you're too stupid to own one.

 

i posted this a few months ago u faggot...

#include <windows.h>

 

void main()

{

system("MKDIR WTFLOLBBQ"); //created folder

system("RMDIR WTFLOLBBQ"); // destroyed folder

}

  Elavate said:
quit posting on this thread, its extremely old.

 

Nigger, I wasn't the first to post on this 'old' thread. Several other people posted almost at the same time as me.

  ViperX said:
Nigger, I wasn't the first to post on this 'old' thread. Several other people posted almost at the same time as me.

 

Quit posting all together.

Guest
This topic is now closed to further replies.