Filenames are metadata about a file; a string used to uniquely identify a file stored on the file system of a computer.
1
vote
1answer
33 views
Check if file is *child of folder
I have a directory name and a subpath, e.g. "./files" and "/example.txt". While the directory can be arbitrarily placed in the filesystem, I need to make sure that directory+subpath ...
0
votes
0answers
16 views
AJAX with PHP: Does replacing a script file, or changing a script file's variables, or array(s) affect stored information?
This question concerns the manipulation of arrays within PHP script files, and the effect(s) the changes will have on information already stored on a host server...
(Assuming that we cannot use a ...
0
votes
0answers
20 views
javascript - change filename
I would like to use JavaScript or a DOS script to add some words before and after the original filename. Have you any script I can use?
ORIGINAL:
AAAA.pdf
BBBB.pdf
CCCC.pdf
CCCC_01.pdf
...
0
votes
0answers
16 views
How to change a filename when uploading with blueimp jQuery-File-Upload?
Here is my problem.
I am trying to create a programmatic way (without the customer to input anything) for a customer to fill some web forms. For this, I have created a custom browser (which will be ...
0
votes
1answer
38 views
bash: interpret string variable as file name/path
My bash script receives a filename (or relative path) as a string, but must then read from that file. I can only read from a filename if I declare it as a literal directly in the script (without ...
0
votes
0answers
5 views
finding the name of the importing module in the imported module in python
This might seem like a weird question but here it goes. i want to add some code in a module that can find the name of a module that imports it. for example Testing.py will import Fake.py and Fake.py ...
1
vote
0answers
14 views
jruby dragonfly gem - “incompatible character encodings: UTF-8 and ASCII-8BIT” when open file with special characters
I'm a newbie in jruby, I'm currently working on a Jruby app that use Dragonfly gem to handle image upload.
The problem here is when uploading a zip file (called abc.zip) containing a file name like ...
0
votes
1answer
41 views
How to capture file names and check for date part in the filename in Unix code?
I am a newbie to linux and I have a requirement where I need to capture the file names, check the date in the file names and proceed and load the data from all the files only if all the file names ...
0
votes
2answers
43 views
Get file name of file from full path?
I have DragDrop enabled in my WinForms application, I'm getting the list of items dropped and storing them in a string array called files, then in the DragDrop event I can do something like:
foreach ...
0
votes
1answer
26 views
removing nonalphabet characters in a filename
I have a bunch of files and I'd like to remove all the characters that are not in the alphabet. So given a filename of "Home - noises (f).txt" i want a result of "Home noises f.txt. the batch file ...
-3
votes
1answer
59 views
C# Check if filename ends with pattern
With a list of file names like below:
foo.pdf
foo(1).pdf
foo(2).pdf
foo(321).pdf
How can we check if the file name ends with the pattern (n).extension?
And if it does, how to get only the ...
0
votes
4answers
30 views
How to use PHP string endsWith to skip files from read? [duplicate]
I want to simple skip files with filename that ends with "@2x" and implement in this code:
$fullres = glob("gallery/*.*");
for ($i=0; $i<count($fullres); $i++)
{ ...
0
votes
1answer
22 views
Auto renaming of featured image filenames in WordPress posts..?
Please tell me, - is there a code I can use to automatically copy the title of a post and rename the filename of that post's featured image according to that title, putting dashes instead of spaces, ...
1
vote
1answer
52 views
DOS Batch file - Copy file based on filename into default folder
I would like to use a batch file to put them into default folder, but the account name is in the middle of the folder. Have any script I can use in dos command prompt?
888123_AAAA_20130313.pdf
...
0
votes
1answer
33 views
seconds value in timestamp in filename gettin rounded off sometimes
For one task I have to create files with the timestamp attached in filename for uniqueness. There is another program which reads these files. The condition for the other program to pick these files is ...
1
vote
2answers
63 views
extract digits from filename
I am working with file-names in C++. I need to know how to extract certain part of file-name?
File-names are like:
/home/xyz/123b45.dat
/home/xyz/012b06c.dat
/home/xyz/103b12d.dat
...
2
votes
1answer
47 views
how to display the length of a FULLNAME
how can i get the length of the full path of a filename?
I am getting all the files recursively in a directory structure succesfully, and now I am trying to get the length of the fullpath:
...
0
votes
2answers
37 views
Get current filename with URL parameters
Say the user is loading the following page: www.example.com/myDirectory/myPage.php?answer=yes
And I want to use PHP to get myPage.php?answer=yes from that. However, basename($_SERVER['PHP_SELF']) only ...
0
votes
2answers
22 views
How to apply a Git patch to a file with a different name and path?
I have two repositories. In one, I make changes to file ./hello.test. I commit the changes and create a patch from that commit with git format-patch -1 HEAD. Now, I have a second repository that ...
0
votes
1answer
22 views
UTF8 Variable from FLASH Post to filename
I am using a script to send a "$filename" variable from flash to PHP in order to create an xml file. The problem is that when I am typing Greek Characters as Filename the filename on the server gets ...
0
votes
1answer
44 views
is it better to name the subclass's mocked class same with subclass but in different .h in c++?
I have parent class:
BaseClass;
and it's sub class is SubClass,
when I need one mocked subclass for the subclass, how to name it?
I check someone's code sample, the subclass's mock class and ...
0
votes
1answer
41 views
windows phone 7 how to get isolatedStorageFileStream.name (exception is thrown…)
Hello I want to get the path from a file in the isolatedStora
using (IsolatedStorageFile isoStore = IsolatedStorageFile.GetUserStoreForApplication())
{
using (IsolatedStorageFileStream ...
0
votes
1answer
22 views
PHP's file-path component functions return incorrect results
You can get parts of a full file path using array notation, like
echo $path_parts['dirname'], "\n";
echo $path_parts['basename'], "\n";
echo $path_parts['extension'], "\n";
echo ...
0
votes
1answer
30 views
Python file names as dictionary keys
I would like to create a dictionary "file_stats" containing objects with file statistics while parsing a drive or folder.
I use the path+filename combination as keys for this dictionary
The objects ...
0
votes
0answers
38 views
Getting the filename of the python script that called a function
I've been working on trying to create a filepath directory based on the calling method and the script name of the script that calls the one before it without passing in any information. The idea is ...
0
votes
3answers
53 views
Using gnuplot to generate a set of numbered images
I'm a newbie in Python and I would like to ask you, how can I get images (a lot of images) made by Gnuplot.py with variable in name? I have this function, which creates single image:
def ...
-1
votes
2answers
20 views
renaming a strange filename on winxp (“g:\filename.csv”) [closed]
Inadvertently, I have created a file named "g:\filename.csv" on WinXP through a python script.
Pl. note that "g:\filename.csv" is the filename. Actually it is saved on F drive.
I can't rename it ...
1
vote
1answer
77 views
Netbeans cant read utf8 file names in mac
i have a project on my eclipse, one of its methods are reading list of files from a folder.
when i run it from eclipse or from an exported jar, its fine and works great.
But i have another project on ...
0
votes
2answers
32 views
Matlab - Using part of a filename from an existing file to name a new file
I have the following problem in Matlab.
I'm opening an existing file with this line:
fileID = fopen(filename,'r');
I then create a new file with this line:
fid=fopen('output.txt','w');
That ...
-1
votes
0answers
10 views
File with apostophese does not open
I have uploaded a file in my application. The file i uploaded consisted name as for eg Test's.pdf . I was able to upload the file But while i am opening this file it does no reads the full file name, ...
0
votes
3answers
42 views
Get the name of a file downloaded from an url “rewrited” on IOS
I download a pdf file from an url rewrited, so I can't get de filename from the url. How can I get it ?
My current code:
NSString *documentsDirectory = [NSHomeDirectory()
...
0
votes
0answers
19 views
Removing a file named '…' in Windows 8 [migrated]
Completely by accident, I created a file named ... using Grunt.js for Node in Windows 8.
Is it possible to remove this file without having to reformat the partition?
0
votes
0answers
30 views
Telerik Upload Control - filename displayed incorrectly in FF18
We have observed a bug in our app with respect to display of file names in Telerik Upload control.
here is the scenario.
Upload a file named - 123'123.txt. - Uploaded successfully
Download the same ...
0
votes
1answer
18 views
Copying an IIS log file based on file name, this is today's date
I am trying to setup a batch script that will copy over the latest IIS logs based on the file name from our Exchange Client Access Server over to my system so that I can analyze the logs. The problem ...
0
votes
1answer
35 views
How to get the pagename from the URL without the extension through JQuery
I have a URL:-
http://www.example.com/keyword/category.php
or
http://www.example.com/keyword/category.php#4
I need a magic abracadabra which gives me only the pagename as category from this ...
0
votes
2answers
19 views
GCC errors out on code that used to work fine
I have a program that has successfully compiled in the past, but now I get a bunch of errors.The source code is just:
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
...
1
vote
3answers
66 views
How to find duplicate filenames (recursively) in a given directory? BASH
I need to find every duplicate filenames in a given dir tree. I dont know, what dir tree user will give as a script argument, so I dont know the directory hierarchy. I tried this:
#!/bin/sh
find ...
1
vote
3answers
80 views
Get filename without extension from full path
I am making a program to store data from excel files in database. I would like the user to give in console the full path of the file and after the program to take only the file name to continue.
The ...
-4
votes
0answers
21 views
Unable to open the file having apostrophe [closed]
I am able to upload the file having apostrophe for e.g. Sample's.pdf . But I am not able to open this file. While I am trying to open this file it reads only up to Sample, and not the full file name ...
2
votes
1answer
44 views
BASH - file selection by multiple patterns in zenity
Im pretty new to zenity and bash. Im trying to make file selection window that will display only the ones with .ogg, .aac and .wav extension. I tried this, but it doesn't work.
option=`zenity ...
0
votes
1answer
31 views
C programming - freopen append a ? to the filename
I am writing a c program that simulates the linux shell.
In order to implement i/o redirection using redirection symbol i.e. the > symbol, i make use of freopen to replace stdout with file specified ...
0
votes
2answers
26 views
Input/Output file names
I want the output file to have the same name as the input file (with different extension)
E.g: Input: packet_a.raw , Output: packet_a_data.txt
I tried saving the fileName in a string but ifstream and ...
0
votes
2answers
30 views
How to find the filename without the extension through JQuery
I am hoping to find only the filename within the current page URL.
So if the URL is
www.ex.com/des/filename.php
or
www.ex.com/des/filename.php#9
I need to get only
filename
I tried this, but ...
0
votes
2answers
54 views
How to print the names of the rendered XHTML files
My problem is very simple, but I cannot find a way of solving it. I have a lot of JSF XHTML pages (IceFaces library used, but I suppose this does not change anything), some of them including other ...
0
votes
1answer
52 views
C getopenfilename getFileName
I have the following code which the problem is, when i'm printing the full path name of the file, i get double spaces between each character in the array.
// initialization outside any class in .c ...
-1
votes
2answers
90 views
In a Batch file, How do I get files with the largest number in the names?
I need to do this in Command prompt windows Batch file. I have a batch file and I need to compare the file name of 2 files; e.g. I have whatever-5428.jar and whatever-9001.jar and possibly more ...
0
votes
0answers
36 views
How to print the filename of the current execution file in python? [duplicate]
I am currently running a script which while execution goes to multiple other python files. My aim is to print the filename of the currently executing file in python ?
I tried using:
print __file__
...
0
votes
4answers
51 views
How to split Download-URL with slashes and/or backslashes into URL and Filename
how can i split (with a batch script) Download-URLs like
[with slash]
a) http://www.someone.com/download/files/filename.exe
b) http://www.someone other.com/some files/filename 1.exe (with spaces !)
...
0
votes
1answer
63 views
Python converting Japanese input into question marks
I'm trying to write a program that will take file names and rename them by changing the order of the words. It works fine for most files, but I have a few files with Japanese characters in the file ...
0
votes
2answers
41 views
How to condense relative filenames in C++
I'm building my own scripting language, just for fun (yes, I am aware of the difficulties of doing this), in C++ on Linux. This scripting language is going to have an import mechanism for including ...

