How to delete a list of files and folder generated via find in terminal?
I’m generating a list of files and folder that meet certain criteria with use of a command: find ~/ -iname "whatIwantToRemove" The command will generate some results:...
View ArticleHow to save a file to specific folder on a ipad
How can I simply store a file from gmail on iPad to a specific folder on iPad. Is this possible ? I am able to do this on every other system (Android, Windows), but I am not able to do on this iPad....
View ArticleBatch modifying file metadata
I’m looking for an application or command line tool that can batch edit file metadata. I have some audio files recorded using a recorder that was off by 1 hour, and I want to modify the creation date...
View ArticleStrange files named “/xEy4O” keep appearing
I’m running OSX 10.11.3 and I keep finding files named /xEy4O all over my file system. I’ve opened them in a text editor and they are completely empty. So they appear to be a marker file of some sort....
View ArticleHow to read a custom binary file made with Adobe air into Unity 3D & C#
I have a custom data file from a project that was authored in actionscript some years ago by another developer. I am porting parts of the project over to Unity 3D. I don’t have any documentation for...
View ArticleSharePoint 2013 – Opening files while Web App is in Strict Mode
My organization requires that SharePoint be in Strict mode for “Browser File Handling”. However, there are a few file types that are allowed to be open directly. Is there a command that I can run to...
View ArticleHow do i play mp3 files in Unity Standalone?
I am making a game in Unity in which the player can select music files in their hard drive to use them in-game. I use the WWW class to load the sound files, but this only works for OGG, WAV and Tracker...
View ArticleIn Unity, on an Android device, CaptureScreenshot writing to Phone, but...
I’m using CaptureScreentshot() to get an image. But when I try to access it on an Android device it’s giving me: Could not find file "/storage/emulated/0/Android/data/appname/screenshot.png" When I go...
View ArticleSharepoint in Explorer-View can't display images “because the file is empty”
I am administrating a SQL Server 2014 for our Sharepoint 2013. Currently users are facing the following issue: Using the Explorer View, some images randomly (at least I can’t find a pattern until now)...
View ArticleStrange File Appeared In My Home Folder
I just discovered a strange file in my home folder. It is titled: - The entire contents are the word: ok on the first line & a blank second line. There is no extension. It was created this past...
View ArticleWhy does OS X delete files directly without moving them into the trash?
On an external HD, when I delete a file, OS X prompts me that the file will be deleted without putting it into the trash folder. What is the reasons for that? How can I move it in trash folder before...
View ArticleHow to set read-only attribute on file
I have .docx file on sharepoint which should be read only but I do not know how to set this attribute in my sharepoint application in c# code behind. How to set read-only attribute on file in code...
View ArticleError : The file has been modified by SHAREPOINT/system
I am creating .docx file using template of SharePoint Library and uploading it to the library. But I am facing an error while CheckOut(). Below is my code. public void UpdateAndCreateFile(SPWeb web) {...
View ArticleCan I get Last write time of a file in SharePoint via Powershell?
Is it possible to get when was the last WRITE time of a file in a document library by using Powershell? $url = "http://myserver/sites/mysite/shared%20documents/myfile.xlsx" $webclient = New-Object...
View ArticleWhy are there Hashes next to downloads? [duplicate]
This question already has an answer here: What security purpose do hashes of files serve? 4 answers
View ArticleAES keyfile size
I would like to encrypt files using a key file instead of a password. What I would do is: 1) Generate X random bits using openssl rand X > mykey 2) openssl enc -aes-256-cbc -in secretfile -out...
View ArticleError While create REST request for create file
I set the headers like following: Headers: accept: application/json;odata=verbose Content-Type: application/json;odata=verbose Authorization Bearer xxxxxxxxxxxxxxxxxxxx {...
View ArticleSharepoint in Explorer-View can't display images “because the file is empty”
I am administrating a SQL Server 2014 for our Sharepoint 2013. Currently users are facing the following issue: Using the Explorer View, some images randomly (at least I can’t find a pattern until now)...
View ArticleSPCheckinType.OverwriteCheckIn in Poweshell
How we can OverwriteCheckIn in Powershell? Please correct second parameter? $ListItems[$i].File.CheckIn("Checkin automatically",SPCheckinType.OverwriteCheckIn) // second parameter seems wrong
View ArticleHow to delete files from “Manage files which have no checked in version”...
I tried to delete custom content type from Pages library but got an exception "content type is still in use". The I get to know that files should also be deleted from "Manage files which have no...
View Article