Questions tagged [file-management]

File Management relates to the efficient control over, usage of and access to files by users and computer operating systems

File Management topics covered by this tag include

  • Popular computer operating systems
  • Project management software and processes
  • Web server caching algoritms
  • Software development tools, such as XCode and phpCake
538 questions
-2
votes
1 answer

Ruby script to manage files

I'm looking to write a script that can do the following: I have a set of normal files such as "myFile.log" which I want to leave in their current state. I would like to place all files that that are of type myFile.log.year-month-day-hour into a…
user1694873
  • 473
  • 1
  • 11
  • 21
-3
votes
1 answer

Swift: Filemanager swap names of 2 files

I made "collectionView reorder by using drag feature". I drag file and need to change its name on the disk to make reorder. How can I swap file names for 2 files?
Haloo
  • 57
  • 5
-3
votes
1 answer

While Running C program on Xcode this is what it is showing up in error - Thread 1: EXC_BAD_ACCESS (code=1, address=0x68)

This is Exactly what Xcode is showing when I'm running the code. #include int main() { FILE *f1; char c; printf("Data Input\n\n"); f1 = fopen("/Users/karanjeetsinghbagga/Desktop/File Management in C/Fille Management in…
Karanjeet
  • 1
  • 1
-3
votes
2 answers

When Does getResourceAsStream Actually Load the Resource?

The method getResourceAsStream in Class and ClassLoader return an InputStream. Does this InputStream actually load everything upon the call to getResourceAsStream or does it simply point to some system that loads the resource when parts of it are…
Llew Vallis
  • 337
  • 4
  • 12
-3
votes
1 answer

Changing file name causing exceptions

I am changing the string constant of a file name from InternalString to Location. This is causing the following errors: 12-01 12:58:47.555: W/System.err(6405): java.io.FileNotFoundException: /data/data/com.example.app3/files/Location: open failed:…
-3
votes
1 answer

Upload and Retrieve a file with PHP

I've created a small website with PHP and MySQL. The website allows a user to fill in a questionnaire (which is saved in a database) and then an admin person needs to view and then upload results in PDF format so the original person can view them.…
user1416564
  • 401
  • 5
  • 18
-3
votes
1 answer

Get names of multiple image files to a text file

I need to make an array containing over 100 different image names and I wonder if there is any way to "convert" the image names from a folder into a .txt file using terminal to then paste them into xcode instead of manually write all of them. Any…
-3
votes
3 answers

File management in Javascript

How to write to a file in Javascript(on server)? I also need to read the file. And here is my code: function write() { var = true; if( var = true) { //write file } } function read() { //read file }
Wolf
  • 9
  • 1
  • 2
-4
votes
2 answers

How is a file structured?

I am eager to know how a file in generally structured. Like for example if I get a file's data in terms of an array of bytes the first 6-10 bytes denote the type of a file. I wanted to know what are other parts in which a file is divided. Is all the…
Sarvesh Dalvi
  • 2,260
  • 2
  • 14
  • 30
-4
votes
1 answer

Create files with different names in C

I need a program that can make me multiple accouts stored in different files. This is what I've done so far but for some reason ("test" + userName + ".txt", "a"); does not work. Thank you for your time! int main() { char…
Memoya
  • 1
-4
votes
2 answers

Turbo C++ compiler not reading text file properly. (Only when I make it a .dat file, is it read properly)

I am facing a problem with C++ and C, where my ifstream object, or file pointer is not reading a text file properly, and displays illegal characters when output. However, when I read a .dat file, it outputs the correct result. This is the C code: …
-4
votes
1 answer

Filling dynamic textboxes from .dat file

I made a n-variable linear equation solver for a semester homework. It works fine (I already took some help from the site) only one feature is left which is loading the variables from the '.dat' file and copying them in the dynamic textboxes in the…
Subz6
  • 7
  • 1
-4
votes
3 answers

How do I make my files available on a subdomain?

I downloaded a PHP file manager service (similar to FTP) that I could use on my localhost server. I have it in a folder called "ftp". Is it possible to access that folder somehow using this format in my URL bar: http://ftp.localhost?
Vince
  • 2,596
  • 11
  • 43
  • 76
1 2 3
35
36