Skip to main content
0 votes
1 answer
48 views

I am writing a function to generate a file name to avoid repetitions with a suffix similar to "(1)", which are automatically substituted by most browsers and other programs when downloading ...
QWerProg's user avatar
1 vote
3 answers
355 views

I have the problem that in C++ with Visual Studio 2017, I can't open a file which has a non-ASCII character in the path. Let's suppose I have a path D:\üab and a file test.txt in there. The non-...
Sonny86's user avatar
  • 21
0 votes
0 answers
76 views

I'm trying to import some data downloaded from Google Sheets. The tab, when editing on the website, is called "Kodály". In Ruby, if I look at the individual characters, I see this: >> ...
Max Williams's user avatar
1 vote
2 answers
154 views

I have a simple problem -- I have multiple threads that are doing appends to a file, based upon a file name that the user can choose. At first, I tried to synchronize on instances of Path, but after ...
davidalayachew's user avatar
0 votes
4 answers
131 views

I have a list of complete filenames stored in an array such as: ./Downloads/epo6700lnx.zip ./Downloads/epo6600lnx.zip ./Desktop/epo6800lnx.zip ./Public/epo6900lnx.zip I tried reverse sort, but get: ./...
Fried Synapse's user avatar
0 votes
1 answer
98 views

There are similar questions in this forum and elsewhere. however, none of the answers helped me. I'm trying to read data from an Excel file with SSIS. The filename is dynamic based on a date. the date ...
waza's user avatar
  • 11
0 votes
1 answer
67 views

I am trying to concatenate multiple RTF reports into a single RTF file by importing into SAS data and Exporting to Combine RTF file. When I am doing that everything is transferred exactly except the ...
Shaik Khadar's user avatar
1 vote
1 answer
124 views

Trying to print a sheet into a pdf and allowing the user to choose the file name and destination. I am not sure why the code is not working. Excel highlights the If line and says "Object variable ...
Toni Marais's user avatar
0 votes
0 answers
64 views

I'm trying to generate a filename in my C# application with a timestamp for file versioning, like this: FileName = $"Professional_{DateTime.UtcNow.ToString("yyyy-MM-dd_HH-mm-ss")}.csv&...
dev's user avatar
  • 1
1 vote
2 answers
122 views

I am trying to store file paths in a file. These paths arrive as a PathBuf value. Unfortunately PathBuf cannot be converted directly to a byte slice. It can be converted to an OsString, but the ...
Nick's user avatar
  • 270
0 votes
0 answers
84 views

The problem: My test VBScript (Windows Platform) to obtain filenames return the name of file, all in lowercases! I would like keep the real cases of the filenames. Anyone cant help me? The WMI script: ...
user29417931's user avatar
1 vote
3 answers
168 views

I'm trying to rename the following files in a batch: image.part-Frag1 image.part-Frag10 image.part-Frag11 > Get-ChildItem *frag* | Rename-Item -NewName "$($_.Name).png" ... but am ...
gargoylebident's user avatar
0 votes
1 answer
85 views

Physical folder having space: /about us/contactus.php when we enter in browser https://www.example.com/about us/contactus.php It will auto convert URL to https://www.example.com/about%20us/contactus....
Karia's user avatar
  • 1
0 votes
0 answers
39 views

I am working with RNA folding data which gets put through ViennaRNA's programs to convert dot-bracket notation and probability dot-plots into RNA structure diagrams. I can 'automate' the input of ...
Amy H's user avatar
  • 21
1 vote
2 answers
130 views

I have a photo library that contains a lot of duplicate images. Unfortunately these sometimes have different names, because they also come from my wifes phone where the numbering is different. On IOS ...
user29012922's user avatar

15 30 50 per page
1
2 3 4 5
280