Dec 30, 2003 #1 pratham123 Programmer Dec 16, 2003 12 IN i got a header by using MS C but how to set that i dont know ? it make it File View to directory View
i got a header by using MS C but how to set that i dont know ? it make it File View to directory View
Dec 31, 2003 #2 Salem Programmer Apr 29, 2003 2,455 GB Do you have any code to show us what you mean? -- Upvote 0 Downvote
Jan 1, 2004 #3 Cagliostro Programmer Sep 13, 2000 4,226 GB If I understant you right, then you need GetFileAttributes("the path of file or directory" Ion Filipski Upvote 0 Downvote
If I understant you right, then you need GetFileAttributes("the path of file or directory" Ion Filipski
Jan 1, 2004 Thread starter #4 pratham123 Programmer Dec 16, 2003 12 IN How change the File Bit to Directory bit can anybosy have a idea? Upvote 0 Downvote
Jan 2, 2004 #5 Salem Programmer Apr 29, 2003 2,455 GB > How change the File Bit to Directory bit can anybosy have a idea? Why would you ever want to do that? The chances that a file will look like the contents of a directory entry are slim to none. If you want a new directory, use mkdir() -- Upvote 0 Downvote
> How change the File Bit to Directory bit can anybosy have a idea? Why would you ever want to do that? The chances that a file will look like the contents of a directory entry are slim to none. If you want a new directory, use mkdir() --