Skip to main content

Questions tagged [file]

A block of arbitrary information, or resource for storing information, accessible by the string-based name or path. Files are available to computer programs and are usually based on some kind of persistent storage.

1 vote
0 answers
35 views

Error decoding .mov file on ios and macos - DOMException when processing audio data in React app

I am working on a React application that processes video files and extracts audio for analysis. The app works well on most platforms, but when I try to upload and process a .mov file on an iPhone and ...
dnrksd's user avatar
  • 23
-1 votes
0 answers
21 views

ModuleNotFoundError: No module named 'pyaes' python virtualmachine [closed]

enter image description herewhen I build a certain tool on a virtual machine that launches a python project, this message appears after a few seconds. I already tried reinstalling pyaes but to no ...
user26438839's user avatar
0 votes
0 answers
15 views

What are .vsidx files for in a C# console project in Visual Studio 2022?

I am generating file trees in my projects, I am simply curious about this type of file, because I cannot find a complete answer on the Internet. But it is not a problem in my learning C# fundamentals ...
Jesús Domínguez's user avatar
1 vote
1 answer
39 views

Reading and grouping files from a directory in Zig

I have a folder of images that contains several thousand images in 3 different formats: png, jpg and webp. For instance: boat.png, boat.webp, plane.jpg, plane.png, plane.webp. I decided to learn Zig ...
FlipFloop's user avatar
  • 1,252
0 votes
1 answer
23 views

In flutter can't access to Download folder

I use the following to get the Download folder: Future<String> getDownloadsPath() async { final directory = await getExternalStorageDirectory(); if (directory == null) { throw ...
Stéphane de Luca's user avatar
0 votes
1 answer
20 views

How can I export this deconstructed data from Matlab into a single file?

I have located a public data set that I want to analyze but it is stored currently in Matlab. I am not a Matlab user and would love to get a tip/solution for exporting this data in a useable format. I ...
braddo's user avatar
  • 103
1 vote
2 answers
64 views

How to find duplicates in a text file in python and create a new text file with out them

I am trying to remove duplicates from text files to make a current process more efficient Example input: 1 1 1 1 2 1 3 1 4 1 Example Output: 1 1 2 1 3 1 4 1 my issue is when ...
Kaleb Brookshire's user avatar
0 votes
0 answers
6 views

Copy/cutting/pasting files in sharepoint online

Is there a way to copy/cut/paste files in sharepoint online as efficiently/fast as in Windows file explorer? Right clicking > copy > select folder > confirming takes a lot longer than just ...
Tom's user avatar
  • 1
0 votes
1 answer
28 views

CSV backslash create issue while procession file data

I am trying to process a CSV file in which one column contains JSON formatted data. In this JSON data, some fields use backslashes, which creates a problem when mapping fields with their values. Link ...
Siddhart hundare's user avatar
1 vote
0 answers
20 views

Sending a file in the body of a POST request in Karate

I am having some difficulties getting a request to work as expected in Karate where I use a .json file in the body of my POST request. I have tried to define it as both a form field and as a multipart ...
DEnumber50's user avatar
-2 votes
1 answer
65 views

How do I restore project files after doing rm -rf git*? [closed]

I am brand new to using git. I was trying to set up a static website on github using git commands due to the project having a large quantity of files. However, everything I tried did not work so I ...
Majd Katabi's user avatar
0 votes
0 answers
16 views

Shared With Me API can not filter

I tried to get the file that someone just sent me through /me/drive/sharedWithMe, but I couldn't find it at the top of result. I found that the results were sorted by createdTime, but the file I ...
beimingci's user avatar
0 votes
0 answers
20 views

How do I use import for built-in modules for node.js

I am making a webapp to send emails using node.js. In accordance to the ECMAScript 2015 standards, I have not been using require(), but import/export. import url from "url"; import path from ...
user 124816's user avatar
0 votes
0 answers
10 views

File Deleted After Update

My LibGDX game uses a single file to store settings and player progress. This code is used to read/write the settings (try/catch has been removed to keep this post short): public void save() { ...
Roguetroop's user avatar
1 vote
0 answers
37 views

ASP.NET Core Web API : authentication users files

I'm working on an ASP.NET Core 6 Web API project where users upload their own files, and these files are stored in folders corresponding to their IDs (GUIDs) on the same Linux server. To serve these ...
Elchin Heydarov's user avatar

15 30 50 per page
1
2 3 4 5
5442