Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
The objective is to copy 2 files (AutoWifiConnect and Publish) from "/home/Mandrin/git/bin/" to ""/home/Mandrin/git/test/" (and "/usr/bin" at the end).
When i copy the file from terminal with cp, no problem... But this script doesn't work. The copy function seems ok because the output is :
I looked for permissions but :
Copies a file to a new directory path (string) with the provided name (string). Overwrites any existing file with newname.
On success, returns 1 and the terminal outputs the copied file dialogue. On failure, returns either an error (string) such as permission denied or null (if File object not valid).
usage example:
I think for your code something like this:
I didn't see in documentation there were at least 2 "copy" functions... from File and from General
Thank you again